Color Hex Logo

#ddbeca Color Hex

#DDBECA
(221,190,202)
0 Favorites   0 Comments

Color spaces of #ddbeca

RGB 221190202
HSL0.940.310.81
HSV337°14°87°
CMYK 0.000.140.09   0.13
XYZ58.892956.463363.6716
Yxy56.46330.32900.3154
Hunter Lab75.14218.40152.3601
CIE-Lab79.876813.0016-1.9423

#ddbeca color RGB value is (221,190,202).

#ddbeca hex color red value is 221, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddbeca hue: 0.94 , saturation: 0.31 and the lightness value of ddbeca is 0.81.

The process color (four color CMYK) of #ddbeca color hex is 0.00, 0.14, 0.09, 0.13. Web safe color of #ddbeca is #cccccc. Color #ddbeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11001010
Octal 335 276 312
Decimal 221 190 202
Hex DD BE CA

RGB Percentages of Color #ddbeca

%36.05
%31.00
%32.95

CMYK Percentages of Color #ddbeca

%0
%14
%9
%13

Triadic Colors of #ddbeca

#ddbeca #caddbe #becadd

Analogous Colors of #ddbeca

#ddbeca #ddc2be #ddbeda

Monochromatic Colors of #ddbeca

#ddbeca

Complementary Color

#ddbeca #beddd1

#ddbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbeca Color CSS Codes

.mybgcolor {background-color:#ddbeca; } 
.myforecolor {color:#ddbeca; }
.mybordercolor {border:3px solid #ddbeca; }

#ddbeca Text Font Color

<p style="color:#ddbeca">Text here</p>

This sample text font color is #ddbeca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbeca Background Color

<div style="background-color:#ddbeca">
Div content here</div>

This div background color is #ddbeca


#ddbeca Border Color

<div style="border:3px solid #ddbeca">
Div here</div>

This div border color is #ddbeca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,190,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbeca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbeca;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbeca;
  box-shadow:         1px 1px 3px 2px #ddbeca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,190,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbeca;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbeca;
  box-shadow:         1px 1px 3px 2px #ddbeca;">
Div content here</div>

This div box has shadow with color #ddbeca


Comments

No comments written yet.

Please login to write comment.