#DADEBD

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

Shades of Frost #DADEBD

Tints of Frost #DADEBD

Color information

#DADEBD (or 0xDADEBD) is unknown color: approx Frost. HEX triplet: DA, DE and BD. RGB value is (218,222,189). Sum of RGB (Red+Green+Blue) = 218+222+189=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEBD is #252142. Grayscale: #D9D9D9. Windows color (decimal): -2433347 or 12443354. OLE color: 12443354.

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

Color convert

RGB218222189-
CMYK0.0200.150.13
HSL67.27º33.33%80.59%-
HSV(B)67.27º14.86%87.06%-
XYZ64.2270.8258.43-
YUV217.04112.17128.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=34.66%
G=35.29%
B=30.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221890.0200.150.1367.2733.3380.59
HexDADEBD20FD432151
Octal33233627520171510341121
Binary1101101011011110101111011001111110110000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEBD; }

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

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

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

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

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

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

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

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