#D9CCDF

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

Shades of Titan White #D9CCDF

Tints of Titan White #D9CCDF

Color information

#D9CCDF (or 0xD9CCDF) is unknown color: approx Titan White. HEX triplet: D9, CC and DF. RGB value is (217,204,223). Sum of RGB (Red+Green+Blue) = 217+204+223=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDF is #263320. Grayscale: #D1D1D1. Windows color (decimal): -2503457 or 14666969. OLE color: 14666969.

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

Color convert

RGB217204223-
CMYK0.030.0900.13
HSL281.05º22.89%83.73%-
HSV(B)281.05º8.52%87.45%-
XYZ63.5363.2778.68-
YUV210.05135.31132.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=33.70%
G=31.68%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172042230.030.0900.13281.0522.8983.73
HexD9CCDF390D1191754
Octal33131433731101543127124
Binary11011001110011001101111111100101101100011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCDF; }

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

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

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

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

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

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

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

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