#D7CADE

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

Shades of Titan White #D7CADE

Tints of Titan White #D7CADE

Color information

#D7CADE (or 0xD7CADE) is unknown color: approx Titan White. HEX triplet: D7, CA and DE. RGB value is (215,202,222). Sum of RGB (Red+Green+Blue) = 215+202+222=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CADE is #283521. Grayscale: #D0D0D0. Windows color (decimal): -2635042 or 14600919. OLE color: 14600919.

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

Color convert

RGB215202222-
CMYK0.030.0900.13
HSL279º23.26%83.14%-
HSV(B)279º9.01%87.06%-
XYZ62.3361.9677.78-
YUV208.17135.81132.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=33.65%
G=31.61%
B=34.74%

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
Decimal2152022220.030.0900.1327923.2683.14
HexD7CADE390D1171753
Octal32731233631101542727123
Binary11010111110010101101111011100101101100010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CADE; }

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

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

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

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

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

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

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

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