#DAE7CD

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

Shades of Frostee #DAE7CD

Tints of Frostee #DAE7CD

Color information

#DAE7CD (or 0xDAE7CD) is unknown color: approx Frostee. HEX triplet: DA, E7 and CD. RGB value is (218,231,205). Sum of RGB (Red+Green+Blue) = 218+231+205=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CD is #251832. Grayscale: #E0E0E0. Windows color (decimal): -2431027 or 13494234. OLE color: 13494234.

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

Color convert

RGB218231205-
CMYK0.0600.110.09
HSL90º35.14%85.49%-
HSV(B)90º11.26%90.59%-
XYZ68.5176.4768.91-
YUV224.15117.19123.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=33.33%
G=35.32%
B=31.35%

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
Decimal2182312050.0600.110.099035.1485.49
HexDAE7CD60B95a2355
Octal33234731560131113243125
Binary11011010111001111100110111001011100110110101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7CD; }

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

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

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

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

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

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

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

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