#D8CADD

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

Shades of Titan White #D8CADD

Tints of Titan White #D8CADD

Color information

#D8CADD (or 0xD8CADD) is unknown color: approx Titan White. HEX triplet: D8, CA and DD. RGB value is (216,202,221). Sum of RGB (Red+Green+Blue) = 216+202+221=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADD is #273522. Grayscale: #D0D0D0. Windows color (decimal): -2569507 or 14535384. OLE color: 14535384.

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

Color convert

RGB216202221-
CMYK0.020.0900.13
HSL284.21º21.84%82.94%-
HSV(B)284.21º8.6%86.67%-
XYZ62.4962.0677.09-
YUV208.35135.14133.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=33.80%
G=31.61%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162022210.020.0900.13284.2121.8482.94
HexD8CADD290D11c1653
Octal33031233521101543426123
Binary11011000110010101101110110100101101100011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CADD; }

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

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

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

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

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

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

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

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