#D9CCE0

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

Shades of Titan White #D9CCE0

Tints of Titan White #D9CCE0

Color information

#D9CCE0 (or 0xD9CCE0) is unknown color: approx Titan White. HEX triplet: D9, CC and E0. RGB value is (217,204,224). Sum of RGB (Red+Green+Blue) = 217+204+224=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCE0 is #26331F. Grayscale: #D2D2D2. Windows color (decimal): -2503456 or 14732505. OLE color: 14732505.

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

Color convert

RGB217204224-
CMYK0.030.0900.12
HSL279º24.39%83.92%-
HSV(B)279º8.93%87.84%-
XYZ63.6663.3279.39-
YUV210.17135.81132.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=33.64%
G=31.63%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172042240.030.0900.1227924.3983.92
HexD9CCE0390C1171854
Octal33131434031101442730124
Binary11011001110011001110000011100101100100010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCE0; }

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

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

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

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

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

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

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

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