#DAD6DD

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

Shades of Titan White #DAD6DD

Tints of Titan White #DAD6DD

Color information

#DAD6DD (or 0xDAD6DD) is unknown color: approx Titan White. HEX triplet: DA, D6 and DD. RGB value is (218,214,221). Sum of RGB (Red+Green+Blue) = 218+214+221=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6DD is #252922. Grayscale: #D7D7D7. Windows color (decimal): -2435363 or 14538458. OLE color: 14538458.

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

Color convert

RGB218214221-
CMYK0.010.0300.13
HSL274.29º9.33%85.29%-
HSV(B)274.29º3.17%86.67%-
XYZ66.0168.2278.1-
YUV215.99130.83129.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=33.38%
G=32.77%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182142210.010.0300.13274.299.3385.29
HexDAD6DD130D112955
Octal3323263351301542211125
Binary1101101011010110110111011110110110001001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6DD; }

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

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

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

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

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

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

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

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