#D8CEDB

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

Shades of Titan White #D8CEDB

Tints of Titan White #D8CEDB

Color information

#D8CEDB (or 0xD8CEDB) is unknown color: approx Titan White. HEX triplet: D8, CE and DB. RGB value is (216,206,219). Sum of RGB (Red+Green+Blue) = 216+206+219=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEDB is #273124. Grayscale: #D2D2D2. Windows color (decimal): -2568485 or 14405336. OLE color: 14405336.

HSL color Cylindrical-coordinate representation of color #D8CEDB: hue angle of 286.15º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CEDB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216206219-
CMYK0.010.0600.14
HSL286.15º15.29%83.33%-
HSV(B)286.15º5.94%85.88%-
XYZ63.1863.8676.01-
YUV210.47132.81131.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=33.70%
G=32.14%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162062190.010.0600.14286.1515.2983.33
HexD8CEDB160E11ef53
Octal3303163331601643617123
Binary11011000110011101101101111100111010001111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEDB; }

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

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

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

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

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

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

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

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