#DDC5CE

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

Shades of Prim #DDC5CE

Tints of Prim #DDC5CE

Color information

#DDC5CE (or 0xDDC5CE) is unknown color: approx Prim. HEX triplet: DD, C5 and CE. RGB value is (221,197,206). Sum of RGB (Red+Green+Blue) = 221+197+206=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CE is #223A31. Grayscale: #CDCDCD. Windows color (decimal): -2243122 or 13551069. OLE color: 13551069.

HSL color Cylindrical-coordinate representation of color #DDC5CE: hue angle of 337.5º degrees, saturation: 0.26, 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 #DDC5CE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221197206-
CMYK00.110.070.13
HSL337.5º26.09%81.96%-
HSV(B)337.5º10.86%86.67%-
XYZ60.9359.7666.72-
YUV205.2128.45139.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=35.42%
G=31.57%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119720600.110.070.13337.526.0981.96
HexDDC5CE0B7D1521a52
Octal33530531601371552232122
Binary110111011100010111001110010111111101101010010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5CE; }

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

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

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

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

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

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

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

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