#DADEC8

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

Shades of Frost #DADEC8

Tints of Frost #DADEC8

Color information

#DADEC8 (or 0xDADEC8) is unknown color: approx Frost. HEX triplet: DA, DE and C8. RGB value is (218,222,200). Sum of RGB (Red+Green+Blue) = 218+222+200=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC8 is #252137. Grayscale: #DADADA. Windows color (decimal): -2433336 or 13164250. OLE color: 13164250.

HSL color Cylindrical-coordinate representation of color #DADEC8: hue angle of 70.91º degrees, saturation: 0.25, 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 #DADEC8 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB218222200-
CMYK0.0200.100.13
HSL70.91º25%82.75%-
HSV(B)70.91º9.91%87.06%-
XYZ65.4671.3264.96-
YUV218.3117.67127.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=34.06%
G=34.69%
B=31.25%

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
Decimal2182222000.0200.100.1370.912582.75
HexDADEC820AD471953
Octal33233631020121510731123
Binary110110101101111011001000100101011011000111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEC8; }

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

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

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

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

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

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

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

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