#DAD7DD

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

Shades of Titan White #DAD7DD

Tints of Titan White #DAD7DD

Color information

#DAD7DD (or 0xDAD7DD) is unknown color: approx Titan White. HEX triplet: DA, D7 and DD. RGB value is (218,215,221). Sum of RGB (Red+Green+Blue) = 218+215+221=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DD is #252822. Grayscale: #D8D8D8. Windows color (decimal): -2435107 or 14538714. OLE color: 14538714.

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

Color convert

RGB218215221-
CMYK0.010.0300.13
HSL270º8.11%85.49%-
HSV(B)270º2.71%86.67%-
XYZ66.2768.7378.18-
YUV216.58130.49129.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=33.33%
G=32.87%
B=33.79%

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
Decimal2182152210.010.0300.132708.1185.49
HexDAD7DD130D10e855
Octal3323273351301541610125
Binary1101101011010111110111011110110110000111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7DD; }

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

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

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

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

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

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

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

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