#DAE9CE

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

Shades of Frostee #DAE9CE

Tints of Frostee #DAE9CE

Color information

#DAE9CE (or 0xDAE9CE) is unknown color: approx Frostee. HEX triplet: DA, E9 and CE. RGB value is (218,233,206). Sum of RGB (Red+Green+Blue) = 218+233+206=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CE is #251631. Grayscale: #E1E1E1. Windows color (decimal): -2430514 or 13560282. OLE color: 13560282.

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

Color convert

RGB218233206-
CMYK0.0600.120.09
HSL93.33º38.03%86.08%-
HSV(B)93.33º11.59%91.37%-
XYZ69.1977.6469.73-
YUV225.44117.03122.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=33.18%
G=35.46%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182332060.0600.120.0993.3338.0386.08
HexDAE9CE60C95d2656
Octal33235131660141113546126
Binary11011010111010011100111011001100100110111011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9CE; }

 p { color: rgb(218,233,206); }

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

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

 a { background-color: rgb(218,233,206); }

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

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

 span { border-color: rgb(218,233,206); }

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