#DAEDC4

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

Shades of Frostee #DAEDC4

Tints of Frostee #DAEDC4

Color information

#DAEDC4 (or 0xDAEDC4) is unknown color: approx Frostee. HEX triplet: DA, ED and C4. RGB value is (218,237,196). Sum of RGB (Red+Green+Blue) = 218+237+196=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC4 is #25123B. Grayscale: #E2E2E2. Windows color (decimal): -2429500 or 12905946. OLE color: 12905946.

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

Color convert

RGB218237196-
CMYK0.0800.170.07
HSL87.8º53.25%84.9%-
HSV(B)87.8º17.3%92.94%-
XYZ69.1679.4663.92-
YUV226.64110.71121.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=33.49%
G=36.41%
B=30.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371960.0800.170.0787.853.2584.9
HexDAEDC480117583555
Octal33235530410021713065125
Binary110110101110110111000100100001000111110110001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDC4; }

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

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

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

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

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

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

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

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