#D8CEE1

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

Shades of Titan White #D8CEE1

Tints of Titan White #D8CEE1

Color information

#D8CEE1 (or 0xD8CEE1) is unknown color: approx Titan White. HEX triplet: D8, CE and E1. RGB value is (216,206,225). Sum of RGB (Red+Green+Blue) = 216+206+225=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEE1 is #27311E. Grayscale: #D3D3D3. Windows color (decimal): -2568479 or 14798552. OLE color: 14798552.

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

Color convert

RGB216206225-
CMYK0.040.0800.12
HSL271.58º24.05%84.51%-
HSV(B)271.58º8.44%88.24%-
XYZ63.9864.1880.25-
YUV211.16135.81131.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.38%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=33.38%
G=31.84%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162062250.040.0800.12271.5824.0584.51
HexD8CEE1480C1101855
Octal33031634141001442030125
Binary110110001100111011100001100100001100100010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEE1; }

 p { color: rgb(216,206,225); }

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

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

 a { background-color: rgb(216,206,225); }

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

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

 span { border-color: rgb(216,206,225); }

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