#DAE8CA

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

Shades of Frostee #DAE8CA

Tints of Frostee #DAE8CA

Color information

#DAE8CA (or 0xDAE8CA) is unknown color: approx Frostee. HEX triplet: DA, E8 and CA. RGB value is (218,232,202). Sum of RGB (Red+Green+Blue) = 218+232+202=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8CA is #251735. Grayscale: #E0E0E0. Windows color (decimal): -2430774 or 13297882. OLE color: 13297882.

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

Color convert

RGB218232202-
CMYK0.0600.130.09
HSL88º39.47%85.1%-
HSV(B)88º12.93%90.98%-
XYZ68.4376.8867.11-
YUV224.39115.36123.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 232 (91.02% from 255) = 35.58%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=33.44%
G=35.58%
B=30.98%

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
Decimal2182322020.0600.130.098839.4785.1
HexDAE8CA60D9582755
Octal33235031260151113047125
Binary11011010111010001100101011001101100110110001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8CA; }

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

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

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

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

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

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

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

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