#D8CADF

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

Shades of Titan White #D8CADF

Tints of Titan White #D8CADF

Color information

#D8CADF (or 0xD8CADF) is unknown color: approx Titan White. HEX triplet: D8, CA and DF. RGB value is (216,202,223). Sum of RGB (Red+Green+Blue) = 216+202+223=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADF is #273520. Grayscale: #D0D0D0. Windows color (decimal): -2569505 or 14666456. OLE color: 14666456.

HSL color Cylindrical-coordinate representation of color #D8CADF: hue angle of 280º degrees, saturation: 0.25, 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 #D8CADF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216202223-
CMYK0.030.0900.13
HSL280º24.71%83.33%-
HSV(B)280º9.42%87.45%-
XYZ62.7662.1778.5-
YUV208.58136.14133.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=33.70%
G=31.51%
B=34.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162022230.030.0900.1328024.7183.33
HexD8CADF390D1181953
Octal33031233731101543031123
Binary11011000110010101101111111100101101100011000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CADF; }

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

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

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

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

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

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

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

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