#D5EAE9

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

Shades of Foam #D5EAE9

Tints of Foam #D5EAE9

Color information

#D5EAE9 (or 0xD5EAE9) is unknown color: approx Foam. HEX triplet: D5, EA and E9. RGB value is (213,234,233). Sum of RGB (Red+Green+Blue) = 213+234+233=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAE9 is #2A1516. Grayscale: #E3E3E3. Windows color (decimal): -2757911 or 15330005. OLE color: 15330005.

HSL color Cylindrical-coordinate representation of color #D5EAE9: hue angle of 177.14º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EAE9 is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB213234233-
CMYK0.0900.000.08
HSL177.14º33.33%87.65%-
HSV(B)177.14º8.97%91.76%-
XYZ71.5778.8788.54-
YUV227.61131.04117.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 233 (91.41% from 255) = 34.26%
R=31.32%
G=34.41%
B=34.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342330.0900.000.08177.1433.3387.65
HexD5EAE99008b12158
Octal32535235111001026141130
Binary1101010111101010111010011001001000101100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAE9; }

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

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

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

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

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

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

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

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