#DAEACA

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

Shades of Frostee #DAEACA

Tints of Frostee #DAEACA

Color information

#DAEACA (or 0xDAEACA) is unknown color: approx Frostee. HEX triplet: DA, EA and CA. RGB value is (218,234,202). Sum of RGB (Red+Green+Blue) = 218+234+202=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACA is #251535. Grayscale: #E1E1E1. Windows color (decimal): -2430262 or 13298394. OLE color: 13298394.

HSL color Cylindrical-coordinate representation of color #DAEACA: hue angle of 90º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEACA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB218234202-
CMYK0.0700.140.08
HSL90º43.24%85.49%-
HSV(B)90º13.68%91.76%-
XYZ6978.0267.3-
YUV225.57114.7122.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=33.33%
G=35.78%
B=30.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342020.0700.140.089043.2485.49
HexDAEACA70E85a2b55
Octal33235231270161013253125
Binary11011010111010101100101011101110100010110101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEACA; }

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

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

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

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

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

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

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

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