#D5EFEB

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

Shades of Foam #D5EFEB

Tints of Foam #D5EFEB

Color information

#D5EFEB (or 0xD5EFEB) is unknown color: approx Foam. HEX triplet: D5, EF and EB. RGB value is (213,239,235). Sum of RGB (Red+Green+Blue) = 213+239+235=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFEB is #2A1014. Grayscale: #E6E6E6. Windows color (decimal): -2756629 or 15462357. OLE color: 15462357.

HSL color Cylindrical-coordinate representation of color #D5EFEB: hue angle of 170.77º 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 #D5EFEB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB213239235-
CMYK0.1100.020.06
HSL170.77º44.83%88.63%-
HSV(B)170.77º10.88%93.73%-
XYZ73.381.8890.54-
YUV230.77130.39115.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=31.00%
G=34.79%
B=34.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392350.1100.020.06170.7744.8388.63
HexD5EFEBB026ab2d59
Octal3253573531302625355131
Binary1101010111101111111010111011010110101010111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFEB; }

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

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

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

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

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

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

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

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