#DDC6CE

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

Shades of Prim #DDC6CE

Tints of Prim #DDC6CE

Color information

#DDC6CE (or 0xDDC6CE) is unknown color: approx Prim. HEX triplet: DD, C6 and CE. RGB value is (221,198,206). Sum of RGB (Red+Green+Blue) = 221+198+206=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6CE is #223931. Grayscale: #CDCDCD. Windows color (decimal): -2242866 or 13551325. OLE color: 13551325.

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

Color convert

RGB221198206-
CMYK00.100.070.13
HSL339.13º25.27%82.16%-
HSV(B)339.13º10.41%86.67%-
XYZ61.1560.2266.79-
YUV205.79128.12138.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=35.36%
G=31.68%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119820600.100.070.13339.1325.2782.16
HexDDC6CE0A7D1531952
Octal33530631601271552331122
Binary110111011100011011001110010101111101101010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6CE; }

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

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

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

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

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

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

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

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