#D5EFEC

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

Shades of Foam #D5EFEC

Tints of Foam #D5EFEC

Color information

#D5EFEC (or 0xD5EFEC) is unknown color: approx Foam. HEX triplet: D5, EF and EC. RGB value is (213,239,236). Sum of RGB (Red+Green+Blue) = 213+239+236=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFEC is #2A1013. Grayscale: #E6E6E6. Windows color (decimal): -2756628 or 15527893. OLE color: 15527893.

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

Color convert

RGB213239236-
CMYK0.1100.010.06
HSL173.08º44.83%88.63%-
HSV(B)173.08º10.88%93.73%-
XYZ73.4581.9491.3-
YUV230.88130.89115.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.96%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=30.96%
G=34.74%
B=34.30%

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
Decimal2132392360.1100.010.06173.0844.8388.63
HexD5EFECB016ad2d59
Octal3253573541301625555131
Binary110101011110111111101100101101110101011011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFEC; }

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

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

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

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

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

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

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

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