#D9CFDF

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

Shades of Titan White #D9CFDF

Tints of Titan White #D9CFDF

Color information

#D9CFDF (or 0xD9CFDF) is unknown color: approx Titan White. HEX triplet: D9, CF and DF. RGB value is (217,207,223). Sum of RGB (Red+Green+Blue) = 217+207+223=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFDF is #263020. Grayscale: #D3D3D3. Windows color (decimal): -2502689 or 14667737. OLE color: 14667737.

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

Color convert

RGB217207223-
CMYK0.030.0700.13
HSL277.5º20%84.31%-
HSV(B)277.5º7.17%87.45%-
XYZ64.2564.7178.92-
YUV211.81134.31131.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=33.54%
G=31.99%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172072230.030.0700.13277.52084.31
HexD9CFDF370D1161454
Octal3313173373701542624124
Binary1101100111001111110111111111101101100010110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFDF; }

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

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

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

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

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

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

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

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