#D9CCE1

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

Shades of Titan White #D9CCE1

Tints of Titan White #D9CCE1

Color information

#D9CCE1 (or 0xD9CCE1) is unknown color: approx Titan White. HEX triplet: D9, CC and E1. RGB value is (217,204,225). Sum of RGB (Red+Green+Blue) = 217+204+225=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCE1 is #26331E. Grayscale: #D2D2D2. Windows color (decimal): -2503455 or 14798041. OLE color: 14798041.

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

Color convert

RGB217204225-
CMYK0.040.0900.12
HSL277.14º25.93%84.12%-
HSV(B)277.14º9.33%88.24%-
XYZ63.863.3780.1-
YUV210.28136.31132.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=33.59%
G=31.58%
B=34.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172042250.040.0900.12277.1425.9384.12
HexD9CCE1490C1151a54
Octal33131434141101442532124
Binary110110011100110011100001100100101100100010101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCE1; }

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

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

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

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

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

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

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

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