#D8CADC

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

Shades of Titan White #D8CADC

Tints of Titan White #D8CADC

Color information

#D8CADC (or 0xD8CADC) is unknown color: approx Titan White. HEX triplet: D8, CA and DC. RGB value is (216,202,220). Sum of RGB (Red+Green+Blue) = 216+202+220=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADC is #273523. Grayscale: #D0D0D0. Windows color (decimal): -2569508 or 14469848. OLE color: 14469848.

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

Color convert

RGB216202220-
CMYK0.020.0800.14
HSL286.67º20.45%82.75%-
HSV(B)286.67º8.18%86.27%-
XYZ62.3662.0176.39-
YUV208.24134.64133.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=33.86%
G=31.66%
B=34.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162022200.020.0800.14286.6720.4582.75
HexD8CADC280E11f1453
Octal33031233421001643724123
Binary11011000110010101101110010100001110100011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CADC; }

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

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

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

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

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

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

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

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