#D9CAE0

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

Shades of Titan White #D9CAE0

Tints of Titan White #D9CAE0

Color information

#D9CAE0 (or 0xD9CAE0) is unknown color: approx Titan White. HEX triplet: D9, CA and E0. RGB value is (217,202,224). Sum of RGB (Red+Green+Blue) = 217+202+224=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE0 is #26351F. Grayscale: #D0D0D0. Windows color (decimal): -2503968 or 14731993. OLE color: 14731993.

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

Color convert

RGB217202224-
CMYK0.030.1000.12
HSL280.91º26.19%83.53%-
HSV(B)280.91º9.82%87.84%-
XYZ63.1962.3779.23-
YUV208.99136.47133.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=33.75%
G=31.42%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172022240.030.1000.12280.9126.1983.53
HexD9CAE03A0C1191a54
Octal33131234031201443132124
Binary11011001110010101110000011101001100100011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAE0; }

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

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

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

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

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

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

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

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