#DAEAE9

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

Shades of Foam #DAEAE9

Tints of Foam #DAEAE9

Color information

#DAEAE9 (or 0xDAEAE9) is unknown color: approx Foam. HEX triplet: DA, EA and E9. RGB value is (218,234,233). Sum of RGB (Red+Green+Blue) = 218+234+233=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAE9 is #251516. Grayscale: #E5E5E5. Windows color (decimal): -2430231 or 15330010. OLE color: 15330010.

HSL color Cylindrical-coordinate representation of color #DAEAE9: hue angle of 176.25º 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 #DAEAE9 is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB218234233-
CMYK0.0700.000.08
HSL176.25º27.59%88.63%-
HSV(B)176.25º6.84%91.76%-
XYZ73.0479.6388.61-
YUV229.1130.2120.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=31.82%
G=34.16%
B=34.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342330.0700.000.08176.2527.5988.63
HexDAEAE97008b01c59
Octal3323523517001026034131
Binary11011010111010101110100111100100010110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE9; }

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

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

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

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

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

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

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

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