#DDD0C7

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

Shades of Pearl Bush #DDD0C7

Tints of Pearl Bush #DDD0C7

Color information

#DDD0C7 (or 0xDDD0C7) is unknown color: approx Pearl Bush. HEX triplet: DD, D0 and C7. RGB value is (221,208,199). Sum of RGB (Red+Green+Blue) = 221+208+199=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0C7 is #222F38. Grayscale: #D2D2D2. Windows color (decimal): -2240313 or 13095133. OLE color: 13095133.

HSL color Cylindrical-coordinate representation of color #DDD0C7: hue angle of 24.55º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD0C7 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221208199-
CMYK00.060.100.13
HSL24.55º24.44%82.35%-
HSV(B)24.55º9.95%86.67%-
XYZ62.6864.6163.2-
YUV210.86121.31135.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=35.19%
G=33.12%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120819900.060.100.1324.5524.4482.35
HexDDD0C706AD191852
Octal3353203070612153130122
Binary11011101110100001100011101101010110111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0C7; }

 p { color: rgb(221,208,199); }

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

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

 a { background-color: rgb(221,208,199); }

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

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

 span { border-color: rgb(221,208,199); }

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