#DADAD9

Color #DADAD9 Snow Drift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Drift #DADAD9

Tints of Snow Drift #DADAD9

Color information

#DADAD9 (or 0xDADAD9) is unknown color: approx Snow Drift. HEX triplet: DA, DA and D9. RGB value is (218,218,217). Sum of RGB (Red+Green+Blue) = 218+218+217=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAD9 is #252526. Grayscale: #D9D9D9. Windows color (decimal): -2434343 or 14277338. OLE color: 14277338.

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

Color convert

RGB218218217-
CMYK000.000.15
HSL60º1.33%85.29%-
HSV(B)60º0.46%85.49%-
XYZ66.5170.0675.66-
YUV217.89127.5128.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=33.38%
G=33.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218217000.000.15601.3385.29
HexDADAD9000F3c155
Octal33233233100017741125
Binary110110101101101011011001000111111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAD9; }

 p { color: rgb(218,218,217); }

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

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

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

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

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

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

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