#D9CEDF

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

Shades of Titan White #D9CEDF

Tints of Titan White #D9CEDF

Color information

#D9CEDF (or 0xD9CEDF) is unknown color: approx Titan White. HEX triplet: D9, CE and DF. RGB value is (217,206,223). Sum of RGB (Red+Green+Blue) = 217+206+223=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDF is #263120. Grayscale: #D3D3D3. Windows color (decimal): -2502945 or 14667481. OLE color: 14667481.

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

Color convert

RGB217206223-
CMYK0.030.0800.13
HSL278.82º20.99%84.12%-
HSV(B)278.82º7.62%87.45%-
XYZ64.0164.2278.83-
YUV211.23134.64132.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=33.59%
G=31.89%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172062230.030.0800.13278.8220.9984.12
HexD9CEDF380D1171554
Octal33131633731001542725124
Binary11011001110011101101111111100001101100010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEDF; }

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

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

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

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

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

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

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

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