#DDCEC4

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

Shades of Pearl Bush #DDCEC4

Tints of Pearl Bush #DDCEC4

Color information

#DDCEC4 (or 0xDDCEC4) is unknown color: approx Pearl Bush. HEX triplet: DD, CE and C4. RGB value is (221,206,196). Sum of RGB (Red+Green+Blue) = 221+206+196=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEC4 is #22313B. Grayscale: #D1D1D1. Windows color (decimal): -2240828 or 12898013. OLE color: 12898013.

HSL color Cylindrical-coordinate representation of color #DDCEC4: hue angle of 24º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCEC4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221206196-
CMYK00.070.110.13
HSL24º26.88%81.76%-
HSV(B)24º11.31%86.67%-
XYZ61.8563.561.22-
YUV209.34120.47136.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=35.47%
G=33.07%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120619600.070.110.132426.8881.76
HexDDCEC407BD181b52
Octal3353163040713153033122
Binary11011101110011101100010001111011110111000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEC4; }

 p { color: rgb(221,206,196); }

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

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

 a { background-color: rgb(221,206,196); }

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

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

 span { border-color: rgb(221,206,196); }

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