#DAEDC3

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

Shades of Frostee #DAEDC3

Tints of Frostee #DAEDC3

Color information

#DAEDC3 (or 0xDAEDC3) is unknown color: approx Frostee. HEX triplet: DA, ED and C3. RGB value is (218,237,195). Sum of RGB (Red+Green+Blue) = 218+237+195=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC3 is #25123C. Grayscale: #E2E2E2. Windows color (decimal): -2429501 or 12840410. OLE color: 12840410.

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

Color convert

RGB218237195-
CMYK0.0800.180.07
HSL87.14º53.85%84.71%-
HSV(B)87.14º17.72%92.94%-
XYZ69.0579.4163.32-
YUV226.53110.21121.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 195 (76.56% from 255) = 30%
R=33.54%
G=36.46%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371950.0800.180.0787.1453.8584.71
HexDAEDC380127573655
Octal33235530310022712766125
Binary110110101110110111000011100001001011110101111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDC3; }

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

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

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

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

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

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

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

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