#DDC9CE

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

Shades of Prim #DDC9CE

Tints of Prim #DDC9CE

Color information

#DDC9CE (or 0xDDC9CE) is unknown color: approx Prim. HEX triplet: DD, C9 and CE. RGB value is (221,201,206). Sum of RGB (Red+Green+Blue) = 221+201+206=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9CE is #223631. Grayscale: #CFCFCF. Windows color (decimal): -2242098 or 13552093. OLE color: 13552093.

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

Color convert

RGB221201206-
CMYK00.090.070.13
HSL345º22.73%82.75%-
HSV(B)345º9.05%86.67%-
XYZ61.8561.667.02-
YUV207.55127.13137.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=35.19%
G=32.01%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120120600.090.070.1334522.7382.75
HexDDC9CE097D1591753
Octal33531131601171553127123
Binary110111011100100111001110010011111101101011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9CE; }

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

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

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

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

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

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

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

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