#DAD6DE

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

Shades of Titan White #DAD6DE

Tints of Titan White #DAD6DE

Color information

#DAD6DE (or 0xDAD6DE) is unknown color: approx Titan White. HEX triplet: DA, D6 and DE. RGB value is (218,214,222). Sum of RGB (Red+Green+Blue) = 218+214+222=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6DE is #252921. Grayscale: #D8D8D8. Windows color (decimal): -2435362 or 14603994. OLE color: 14603994.

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

Color convert

RGB218214222-
CMYK0.020.0400.13
HSL270º10.81%85.49%-
HSV(B)270º3.6%87.06%-
XYZ66.1468.2778.8-
YUV216.11131.33129.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=33.33%
G=32.72%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182142220.020.0400.1327010.8185.49
HexDAD6DE240D10eb55
Octal3323263362401541613125
Binary110110101101011011011110101000110110000111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6DE; }

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

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

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

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

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

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

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

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