#DAEACF

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

Shades of Frostee #DAEACF

Tints of Frostee #DAEACF

Color information

#DAEACF (or 0xDAEACF) is unknown color: approx Frostee. HEX triplet: DA, EA and CF. RGB value is (218,234,207). Sum of RGB (Red+Green+Blue) = 218+234+207=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACF is #251530. Grayscale: #E2E2E2. Windows color (decimal): -2430257 or 13626074. OLE color: 13626074.

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

Color convert

RGB218234207-
CMYK0.0700.120.08
HSL95.56º39.13%86.47%-
HSV(B)95.56º11.54%91.76%-
XYZ69.678.2670.47-
YUV226.14117.2122.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=33.08%
G=35.51%
B=31.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342070.0700.120.0895.5639.1386.47
HexDAEACF70C8602756
Octal33235231770141014047126
Binary11011010111010101100111111101100100011000001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEACF; }

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

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

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

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

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

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

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

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