#DADAD7

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

Shades of Snow Drift #DADAD7

Tints of Snow Drift #DADAD7

Color information

#DADAD7 (or 0xDADAD7) is unknown color: approx Snow Drift. HEX triplet: DA, DA and D7. RGB value is (218,218,215). Sum of RGB (Red+Green+Blue) = 218+218+215=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAD7 is #252528. Grayscale: #D9D9D9. Windows color (decimal): -2434345 or 14146266. OLE color: 14146266.

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

Color convert

RGB218218215-
CMYK000.010.15
HSL60º3.9%84.9%-
HSV(B)60º1.38%85.49%-
XYZ66.2569.9574.3-
YUV217.66126.5128.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=33.49%
G=33.49%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218215000.010.15603.984.9
HexDADAD7001F3c455
Octal33233232700117744125
Binary11011010110110101101011100111111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAD7; }

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

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

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

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

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

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

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

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