#DAE7D0

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

Shades of Frostee #DAE7D0

Tints of Frostee #DAE7D0

Color information

#DAE7D0 (or 0xDAE7D0) is unknown color: approx Frostee. HEX triplet: DA, E7 and D0. RGB value is (218,231,208). Sum of RGB (Red+Green+Blue) = 218+231+208=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7D0 is #25182F. Grayscale: #E0E0E0. Windows color (decimal): -2431024 or 13690842. OLE color: 13690842.

HSL color Cylindrical-coordinate representation of color #DAE7D0: hue angle of 93.91º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE7D0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB218231208-
CMYK0.0600.100.09
HSL93.91º32.39%86.08%-
HSV(B)93.91º9.96%90.59%-
XYZ68.8776.6170.83-
YUV224.49118.69123.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=33.18%
G=35.16%
B=31.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182312080.0600.100.0993.9132.3986.08
HexDAE7D060A95e2056
Octal33234732060121113640126
Binary11011010111001111101000011001010100110111101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7D0; }

 p { color: rgb(218,231,208); }

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

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

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

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

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

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

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