#D9CADD

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

Shades of Titan White #D9CADD

Tints of Titan White #D9CADD

Color information

#D9CADD (or 0xD9CADD) is unknown color: approx Titan White. HEX triplet: D9, CA and DD. RGB value is (217,202,221). Sum of RGB (Red+Green+Blue) = 217+202+221=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADD is #263522. Grayscale: #D0D0D0. Windows color (decimal): -2503971 or 14535385. OLE color: 14535385.

HSL color Cylindrical-coordinate representation of color #D9CADD: hue angle of 287.37º degrees, saturation: 0.22, 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 #D9CADD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217202221-
CMYK0.020.0900.13
HSL287.37º21.84%82.94%-
HSV(B)287.37º8.6%86.67%-
XYZ62.7962.2177.11-
YUV208.65134.97133.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=33.91%
G=31.56%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172022210.020.0900.13287.3721.8482.94
HexD9CADD290D11f1653
Octal33131233521101543726123
Binary11011001110010101101110110100101101100011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CADD; }

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

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

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

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

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

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

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

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