#D9CCDE

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

Shades of Titan White #D9CCDE

Tints of Titan White #D9CCDE

Color information

#D9CCDE (or 0xD9CCDE) is unknown color: approx Titan White. HEX triplet: D9, CC and DE. RGB value is (217,204,222). Sum of RGB (Red+Green+Blue) = 217+204+222=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDE is #263321. Grayscale: #D1D1D1. Windows color (decimal): -2503458 or 14601433. OLE color: 14601433.

HSL color Cylindrical-coordinate representation of color #D9CCDE: hue angle of 283.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CCDE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217204222-
CMYK0.020.0800.13
HSL283.33º21.43%83.53%-
HSV(B)283.33º8.11%87.06%-
XYZ63.3963.2177.97-
YUV209.94134.81133.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=33.75%
G=31.73%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172042220.020.0800.13283.3321.4383.53
HexD9CCDE280D11b1554
Octal33131433621001543325124
Binary11011001110011001101111010100001101100011011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCDE; }

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

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

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

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

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

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

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

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