#DDD4CC

Color #DDD4CC Pearl Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Bush #DDD4CC

Tints of Pearl Bush #DDD4CC

Color information

#DDD4CC (or 0xDDD4CC) is unknown color: approx Pearl Bush. HEX triplet: DD, D4 and CC. RGB value is (221,212,204). Sum of RGB (Red+Green+Blue) = 221+212+204=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4CC is #222B33. Grayscale: #D5D5D5. Windows color (decimal): -2239284 or 13423837. OLE color: 13423837.

HSL color Cylindrical-coordinate representation of color #DDD4CC: hue angle of 28.24º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD4CC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221212204-
CMYK00.040.080.13
HSL28.24º20%83.33%-
HSV(B)28.24º7.69%86.67%-
XYZ64.2666.8266.64-
YUV213.78122.48133.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=34.69%
G=33.28%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121220400.040.080.1328.242083.33
HexDDD4CC048D1c1453
Octal3353243140410153424123
Binary11011101110101001100110001001000110111100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4CC; }

 p { color: rgb(221,212,204); }

 H1.HeaderClassName
 {
   color: #DDD4CC;
 }
 .AnyTagClassName
 {
   color: #DDD4CC;
 }
</style>
background-color css

<style>
 a { background-color: #DDD4CC; }

 a { background-color: rgb(221,212,204); }

 div.DivClassName
 {
   background-color: #DDD4CC;
 }
 .BgClassName
 {
   background-color: #DDD4CC;
 }
</style>
border-color css

<style>
 span { border-color: #DDD4CC; }

 span { border-color: rgb(221,212,204); }

 td.TdClassName
 {
   border-color: #DDD4CC;
 }
 .TagClassName
 {
   border-color: #DDD4CC;
 }
</style>