#DADEC7

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

Shades of Frost #DADEC7

Tints of Frost #DADEC7

Color information

#DADEC7 (or 0xDADEC7) is unknown color: approx Frost. HEX triplet: DA, DE and C7. RGB value is (218,222,199). Sum of RGB (Red+Green+Blue) = 218+222+199=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC7 is #252138. Grayscale: #DADADA. Windows color (decimal): -2433337 or 13098714. OLE color: 13098714.

HSL color Cylindrical-coordinate representation of color #DADEC7: hue angle of 70.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADEC7 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB218222199-
CMYK0.0200.100.13
HSL70.43º25.84%82.55%-
HSV(B)70.43º10.36%87.06%-
XYZ65.3471.2764.35-
YUV218.18117.17127.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=34.12%
G=34.74%
B=31.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221990.0200.100.1370.4325.8482.55
HexDADEC720AD461a53
Octal33233630720121510632123
Binary110110101101111011000111100101011011000110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEC7; }

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

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

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

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

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

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

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

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