#DADEBE

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

Shades of Frost #DADEBE

Tints of Frost #DADEBE

Color information

#DADEBE (or 0xDADEBE) is unknown color: approx Frost. HEX triplet: DA, DE and BE. RGB value is (218,222,190). Sum of RGB (Red+Green+Blue) = 218+222+190=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEBE is #252141. Grayscale: #D9D9D9. Windows color (decimal): -2433346 or 12508890. OLE color: 12508890.

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

Color convert

RGB218222190-
CMYK0.0200.140.13
HSL67.5º32.65%80.78%-
HSV(B)67.5º14.41%87.06%-
XYZ64.3370.8759-
YUV217.16112.67128.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=34.60%
G=35.24%
B=30.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221900.0200.140.1367.532.6580.78
HexDADEBE20ED442151
Octal33233627620161510441121
Binary1101101011011110101111101001110110110001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEBE; }

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

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

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

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

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

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

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

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