#DAEAE8

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

Shades of Foam #DAEAE8

Tints of Foam #DAEAE8

Color information

#DAEAE8 (or 0xDAEAE8) is unknown color: approx Foam. HEX triplet: DA, EA and E8. RGB value is (218,234,232). Sum of RGB (Red+Green+Blue) = 218+234+232=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAE8 is #251517. Grayscale: #E4E4E4. Windows color (decimal): -2430232 or 15264474. OLE color: 15264474.

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

Color convert

RGB218234232-
CMYK0.0700.010.08
HSL172.5º27.59%88.63%-
HSV(B)172.5º6.84%91.76%-
XYZ72.979.5887.86-
YUV228.99129.7120.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 232 (91.02% from 255) = 33.92%
R=31.87%
G=34.21%
B=33.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342320.0700.010.08172.527.5988.63
HexDAEAE87018ac1c59
Octal3323523507011025434131
Binary11011010111010101110100011101100010101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE8; }

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

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

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

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

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

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

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

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