#DAEAC6

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

Shades of Frostee #DAEAC6

Tints of Frostee #DAEAC6

Color information

#DAEAC6 (or 0xDAEAC6) is unknown color: approx Frostee. HEX triplet: DA, EA and C6. RGB value is (218,234,198). Sum of RGB (Red+Green+Blue) = 218+234+198=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC6 is #251539. Grayscale: #E1E1E1. Windows color (decimal): -2430266 or 13036250. OLE color: 13036250.

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

Color convert

RGB218234198-
CMYK0.0700.150.08
HSL86.67º46.15%84.71%-
HSV(B)86.67º15.38%91.76%-
XYZ68.5377.8364.84-
YUV225.11112.7122.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=33.54%
G=36%
B=30.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341980.0700.150.0886.6746.1584.71
HexDAEAC670F8572e55
Octal33235230670171012756125
Binary11011010111010101100011011101111100010101111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAC6; }

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

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

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

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

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

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

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

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