#DAD7DE

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

Shades of Titan White #DAD7DE

Tints of Titan White #DAD7DE

Color information

#DAD7DE (or 0xDAD7DE) is unknown color: approx Titan White. HEX triplet: DA, D7 and DE. RGB value is (218,215,222). Sum of RGB (Red+Green+Blue) = 218+215+222=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAD7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DE is #252821. Grayscale: #D8D8D8. Windows color (decimal): -2435106 or 14604250. OLE color: 14604250.

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

Color convert

RGB218215222-
CMYK0.020.0300.13
HSL265.71º9.59%85.69%-
HSV(B)265.71º3.15%87.06%-
XYZ66.468.7878.88-
YUV216.7130.99128.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=33.28%
G=32.82%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182152220.020.0300.13265.719.5985.69
HexDAD7DE230D10aa56
Octal3323273362301541212126
Binary11011010110101111101111010110110110000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7DE; }

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

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

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

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

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

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

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

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