#D9C9E4

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

Shades of Titan White #D9C9E4

Tints of Titan White #D9C9E4

Color information

#D9C9E4 (or 0xD9C9E4) is unknown color: approx Titan White. HEX triplet: D9, C9 and E4. RGB value is (217,201,228). Sum of RGB (Red+Green+Blue) = 217+201+228=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9C9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9E4 is #26361B. Grayscale: #D0D0D0. Windows color (decimal): -2504220 or 14993881. OLE color: 14993881.

HSL color Cylindrical-coordinate representation of color #D9C9E4: hue angle of 275.56º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C9E4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217201228-
CMYK0.050.1200.11
HSL275.56º33.33%84.12%-
HSV(B)275.56º11.84%89.41%-
XYZ63.5162.1382.04-
YUV208.86138.8133.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=33.59%
G=31.11%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172012280.050.1200.11275.5633.3384.12
HexD9C9E45C0B1142154
Octal33131134451401342441124
Binary1101100111001001111001001011100010111000101001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9E4; }

 p { color: rgb(217,201,228); }

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

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

 a { background-color: rgb(217,201,228); }

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

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

 span { border-color: rgb(217,201,228); }

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