#DAE7CF

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

Shades of Frostee #DAE7CF

Tints of Frostee #DAE7CF

Color information

#DAE7CF (or 0xDAE7CF) is unknown color: approx Frostee. HEX triplet: DA, E7 and CF. RGB value is (218,231,207). Sum of RGB (Red+Green+Blue) = 218+231+207=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CF is #251830. Grayscale: #E0E0E0. Windows color (decimal): -2431025 or 13625306. OLE color: 13625306.

HSL color Cylindrical-coordinate representation of color #DAE7CF: hue angle of 92.5º degrees, saturation: 0.33, 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 #DAE7CF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB218231207-
CMYK0.0600.100.09
HSL92.5º33.33%85.88%-
HSV(B)92.5º10.39%90.59%-
XYZ68.7576.5670.19-
YUV224.38118.19123.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=33.23%
G=35.21%
B=31.55%

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
Decimal2182312070.0600.100.0992.533.3385.88
HexDAE7CF60A95c2156
Octal33234731760121113441126
Binary11011010111001111100111111001010100110111001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7CF; }

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

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

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

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

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

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

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

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