#D9CADF

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

Shades of Titan White #D9CADF

Tints of Titan White #D9CADF

Color information

#D9CADF (or 0xD9CADF) is unknown color: approx Titan White. HEX triplet: D9, CA and DF. RGB value is (217,202,223). Sum of RGB (Red+Green+Blue) = 217+202+223=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADF is #263520. Grayscale: #D0D0D0. Windows color (decimal): -2503969 or 14666457. OLE color: 14666457.

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

Color convert

RGB217202223-
CMYK0.030.0900.13
HSL282.86º24.71%83.33%-
HSV(B)282.86º9.42%87.45%-
XYZ63.0662.3278.52-
YUV208.88135.97133.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=33.80%
G=31.46%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172022230.030.0900.13282.8624.7183.33
HexD9CADF390D11b1953
Octal33131233731101543331123
Binary11011001110010101101111111100101101100011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CADF; }

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

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

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

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

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

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

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

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