#D5EFED

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

Shades of Foam #D5EFED

Tints of Foam #D5EFED

Color information

#D5EFED (or 0xD5EFED) is unknown color: approx Foam. HEX triplet: D5, EF and ED. RGB value is (213,239,237). Sum of RGB (Red+Green+Blue) = 213+239+237=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFED is #2A1012. Grayscale: #E6E6E6. Windows color (decimal): -2756627 or 15593429. OLE color: 15593429.

HSL color Cylindrical-coordinate representation of color #D5EFED: hue angle of 175.38º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EFED is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB213239237-
CMYK0.1100.010.06
HSL175.38º44.83%88.63%-
HSV(B)175.38º10.88%93.73%-
XYZ73.5981.9992.07-
YUV231131.39115.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.91%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=30.91%
G=34.69%
B=34.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392370.1100.010.06175.3844.8388.63
HexD5EFEDB016af2d59
Octal3253573551301625755131
Binary110101011110111111101101101101110101011111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFED; }

 p { color: rgb(213,239,237); }

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

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

 a { background-color: rgb(213,239,237); }

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

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

 span { border-color: rgb(213,239,237); }

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