#DAEFC4

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

Shades of Frostee #DAEFC4

Tints of Frostee #DAEFC4

Color information

#DAEFC4 (or 0xDAEFC4) is unknown color: approx Frostee. HEX triplet: DA, EF and C4. RGB value is (218,239,196). Sum of RGB (Red+Green+Blue) = 218+239+196=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC4 is #25103B. Grayscale: #E3E3E3. Windows color (decimal): -2428988 or 12906458. OLE color: 12906458.

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

Color convert

RGB218239196-
CMYK0.0900.180.06
HSL89.3º57.33%85.29%-
HSV(B)89.3º17.99%93.73%-
XYZ69.7480.6264.11-
YUV227.82110.04121-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=33.38%
G=36.60%
B=30.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391960.0900.180.0689.357.3385.29
HexDAEFC490126593955
Octal33235730411022613171125
Binary110110101110111111000100100101001011010110011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFC4; }

 p { color: rgb(218,239,196); }

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

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

 a { background-color: rgb(218,239,196); }

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

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

 span { border-color: rgb(218,239,196); }

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