#DAEDC6

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

Shades of Frostee #DAEDC6

Tints of Frostee #DAEDC6

Color information

#DAEDC6 (or 0xDAEDC6) is unknown color: approx Frostee. HEX triplet: DA, ED and C6. RGB value is (218,237,198). Sum of RGB (Red+Green+Blue) = 218+237+198=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC6 is #251239. Grayscale: #E3E3E3. Windows color (decimal): -2429498 or 13037018. OLE color: 13037018.

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

Color convert

RGB218237198-
CMYK0.0800.160.07
HSL89.23º52%85.29%-
HSV(B)89.23º16.46%92.94%-
XYZ69.3979.5565.12-
YUV226.87111.71121.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=33.38%
G=36.29%
B=30.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371980.0800.160.0789.235285.29
HexDAEDC680107593455
Octal33235530610020713164125
Binary110110101110110111000110100001000011110110011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDC6; }

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

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

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

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

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

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

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

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