#D9CAE1

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

Shades of Titan White #D9CAE1

Tints of Titan White #D9CAE1

Color information

#D9CAE1 (or 0xD9CAE1) is unknown color: approx Titan White. HEX triplet: D9, CA and E1. RGB value is (217,202,225). Sum of RGB (Red+Green+Blue) = 217+202+225=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE1 is #26351E. Grayscale: #D1D1D1. Windows color (decimal): -2503967 or 14797529. OLE color: 14797529.

HSL color Cylindrical-coordinate representation of color #D9CAE1: hue angle of 279.13º degrees, saturation: 0.28, 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 #D9CAE1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217202225-
CMYK0.040.1000.12
HSL279.13º27.71%83.73%-
HSV(B)279.13º10.22%88.24%-
XYZ63.3362.4379.95-
YUV209.11136.97133.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=33.70%
G=31.37%
B=34.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172022250.040.1000.12279.1327.7183.73
HexD9CAE14A0C1171c54
Octal33131234141201442734124
Binary110110011100101011100001100101001100100010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAE1; }

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

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

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

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

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

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

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

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