#DAEACC

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

Shades of Frostee #DAEACC

Tints of Frostee #DAEACC

Color information

#DAEACC (or 0xDAEACC) is unknown color: approx Frostee. HEX triplet: DA, EA and CC. RGB value is (218,234,204). Sum of RGB (Red+Green+Blue) = 218+234+204=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACC is #251533. Grayscale: #E1E1E1. Windows color (decimal): -2430260 or 13429466. OLE color: 13429466.

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

Color convert

RGB218234204-
CMYK0.0700.130.08
HSL92º41.67%85.88%-
HSV(B)92º12.82%91.76%-
XYZ69.2478.1168.55-
YUV225.8115.7122.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=33.23%
G=35.67%
B=31.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342040.0700.130.089241.6785.88
HexDAEACC70D85c2a56
Octal33235231470151013452126
Binary11011010111010101100110011101101100010111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEACC; }

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

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

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

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

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

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

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

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