Color Hex Logo

#ddbbc8 Color Hex

#DDBBC8
(221,187,200)
0 Favorites   0 Comments

Color spaces of #ddbbc8

RGB 221187200
HSL0.940.330.80
HSV337°15°87°
CMYK 0.000.150.10   0.13
XYZ58.014455.082962.2180
Yxy55.08290.33090.3142
Hunter Lab74.21799.64812.2488
CIE-Lab79.089014.2670-2.0180

#ddbbc8 color RGB value is (221,187,200).

#ddbbc8 hex color red value is 221, green value is 187 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ddbbc8 hue: 0.94 , saturation: 0.33 and the lightness value of ddbbc8 is 0.80.

The process color (four color CMYK) of #ddbbc8 color hex is 0.00, 0.15, 0.10, 0.13. Web safe color of #ddbbc8 is #cccccc. Color #ddbbc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11001000
Octal 335 273 310
Decimal 221 187 200
Hex DD BB C8

RGB Percentages of Color #ddbbc8

%36.35
%30.76
%32.89

CMYK Percentages of Color #ddbbc8

%0
%15
%10
%13

Triadic Colors of #ddbbc8

#ddbbc8 #c8ddbb #bbc8dd

Analogous Colors of #ddbbc8

#ddbbc8 #ddbfbb #ddbbd9

Monochromatic Colors of #ddbbc8

#ddbbc8

Complementary Color

#ddbbc8 #bbddd0

#ddbbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbc8 Color CSS Codes

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

#ddbbc8 Text Font Color

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

This sample text font color is #ddbbc8
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.


#ddbbc8 Background Color

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

This div background color is #ddbbc8


#ddbbc8 Border Color

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

This div border color is #ddbbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbc8


Comments

No comments written yet.

Please login to write comment.