#D9CEE0

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

Shades of Titan White #D9CEE0

Tints of Titan White #D9CEE0

Color information

#D9CEE0 (or 0xD9CEE0) is unknown color: approx Titan White. HEX triplet: D9, CE and E0. RGB value is (217,206,224). Sum of RGB (Red+Green+Blue) = 217+206+224=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEE0 is #26311F. Grayscale: #D3D3D3. Windows color (decimal): -2502944 or 14733017. OLE color: 14733017.

HSL color Cylindrical-coordinate representation of color #D9CEE0: hue angle of 276.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CEE0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217206224-
CMYK0.030.0800.12
HSL276.67º22.5%84.31%-
HSV(B)276.67º8.04%87.84%-
XYZ64.1464.2879.55-
YUV211.34135.14132.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=33.54%
G=31.84%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172062240.030.0800.12276.6722.584.31
HexD9CEE0380C1151654
Octal33131634031001442526124
Binary11011001110011101110000011100001100100010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEE0; }

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

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

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

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

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

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

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

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