#D8CEDD

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

Shades of Titan White #D8CEDD

Tints of Titan White #D8CEDD

Color information

#D8CEDD (or 0xD8CEDD) is unknown color: approx Titan White. HEX triplet: D8, CE and DD. RGB value is (216,206,221). Sum of RGB (Red+Green+Blue) = 216+206+221=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEDD is #273122. Grayscale: #D2D2D2. Windows color (decimal): -2568483 or 14536408. OLE color: 14536408.

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

Color convert

RGB216206221-
CMYK0.020.0700.13
HSL280º18.07%83.73%-
HSV(B)280º6.79%86.67%-
XYZ63.4463.9677.41-
YUV210.7133.81131.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.59%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=33.59%
G=32.04%
B=34.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162062210.020.0700.1328018.0783.73
HexD8CEDD270D1181254
Octal3303163352701543022124
Binary1101100011001110110111011011101101100011000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEDD; }

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

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

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

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

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

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

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

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