#DAE9CC

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

Shades of Frostee #DAE9CC

Tints of Frostee #DAE9CC

Color information

#DAE9CC (or 0xDAE9CC) is unknown color: approx Frostee. HEX triplet: DA, E9 and CC. RGB value is (218,233,204). Sum of RGB (Red+Green+Blue) = 218+233+204=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CC is #251633. Grayscale: #E1E1E1. Windows color (decimal): -2430516 or 13429210. OLE color: 13429210.

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

Color convert

RGB218233204-
CMYK0.0600.120.09
HSL91.03º39.73%85.69%-
HSV(B)91.03º12.45%91.37%-
XYZ68.9577.5468.46-
YUV225.21116.03122.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=33.28%
G=35.57%
B=31.15%

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
Decimal2182332040.0600.120.0991.0339.7385.69
HexDAE9CC60C95b2856
Octal33235131460141113350126
Binary11011010111010011100110011001100100110110111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9CC; }

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

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

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

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

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

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

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

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