#DAE9CA

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

Shades of Frostee #DAE9CA

Tints of Frostee #DAE9CA

Color information

#DAE9CA (or 0xDAE9CA) is unknown color: approx Frostee. HEX triplet: DA, E9 and CA. RGB value is (218,233,202). Sum of RGB (Red+Green+Blue) = 218+233+202=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CA is #251635. Grayscale: #E1E1E1. Windows color (decimal): -2430518 or 13298138. OLE color: 13298138.

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

Color convert

RGB218233202-
CMYK0.0600.130.09
HSL89.03º41.33%85.29%-
HSV(B)89.03º13.3%91.37%-
XYZ68.7177.4567.2-
YUV224.98115.03123.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=33.38%
G=35.68%
B=30.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182332020.0600.130.0989.0341.3385.29
HexDAE9CA60D9592955
Octal33235131260151113151125
Binary11011010111010011100101011001101100110110011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9CA; }

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

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

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

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

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

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

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

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