#DAE9CF

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

Shades of Frostee #DAE9CF

Tints of Frostee #DAE9CF

Color information

#DAE9CF (or 0xDAE9CF) is unknown color: approx Frostee. HEX triplet: DA, E9 and CF. RGB value is (218,233,207). Sum of RGB (Red+Green+Blue) = 218+233+207=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CF is #251630. Grayscale: #E1E1E1. Windows color (decimal): -2430513 or 13625818. OLE color: 13625818.

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

Color convert

RGB218233207-
CMYK0.0600.110.09
HSL94.62º37.14%86.27%-
HSV(B)94.62º11.16%91.37%-
XYZ69.3177.6970.37-
YUV225.55117.53122.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=33.13%
G=35.41%
B=31.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182332070.0600.110.0994.6237.1486.27
HexDAE9CF60B95f2556
Octal33235131760131113745126
Binary11011010111010011100111111001011100110111111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9CF; }

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

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

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

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

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

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

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

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