#D9CEDC

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

Shades of Titan White #D9CEDC

Tints of Titan White #D9CEDC

Color information

#D9CEDC (or 0xD9CEDC) is unknown color: approx Titan White. HEX triplet: D9, CE and DC. RGB value is (217,206,220). Sum of RGB (Red+Green+Blue) = 217+206+220=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDC is #263123. Grayscale: #D2D2D2. Windows color (decimal): -2502948 or 14470873. OLE color: 14470873.

HSL color Cylindrical-coordinate representation of color #D9CEDC: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CEDC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217206220-
CMYK0.010.0600.14
HSL287.14º16.67%83.53%-
HSV(B)287.14º6.36%86.27%-
XYZ63.664.0676.72-
YUV210.89133.14132.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=33.75%
G=32.04%
B=34.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172062200.010.0600.14287.1416.6783.53
HexD9CEDC160E11f1154
Octal3313163341601643721124
Binary110110011100111011011100111001110100011111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEDC; }

 p { color: rgb(217,206,220); }

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

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

 a { background-color: rgb(217,206,220); }

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

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

 span { border-color: rgb(217,206,220); }

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