#D8CADE

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

Shades of Titan White #D8CADE

Tints of Titan White #D8CADE

Color information

#D8CADE (or 0xD8CADE) is unknown color: approx Titan White. HEX triplet: D8, CA and DE. RGB value is (216,202,222). Sum of RGB (Red+Green+Blue) = 216+202+222=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADE is #273521. Grayscale: #D0D0D0. Windows color (decimal): -2569506 or 14600920. OLE color: 14600920.

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

Color convert

RGB216202222-
CMYK0.030.0900.13
HSL282º23.26%83.14%-
HSV(B)282º9.01%87.06%-
XYZ62.6262.1177.8-
YUV208.47135.64133.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=33.75%
G=31.56%
B=34.69%

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
Decimal2162022220.030.0900.1328223.2683.14
HexD8CADE390D11a1753
Octal33031233631101543227123
Binary11011000110010101101111011100101101100011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CADE; }

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

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

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

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

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

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

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

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