#D8F2EF

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

Shades of Foam #D8F2EF

Tints of Foam #D8F2EF

Color information

#D8F2EF (or 0xD8F2EF) is unknown color: approx Foam. HEX triplet: D8, F2 and EF. RGB value is (216,242,239). Sum of RGB (Red+Green+Blue) = 216+242+239=697 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.99% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2EF is #270D10. Grayscale: #E9E9E9. Windows color (decimal): -2559249 or 15725272. OLE color: 15725272.

HSL color Cylindrical-coordinate representation of color #D8F2EF: hue angle of 173.08º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2EF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB216242239-
CMYK0.1100.010.05
HSL173.08º50%89.8%-
HSV(B)173.08º10.74%94.9%-
XYZ75.6584.3493.95-
YUV233.88130.89115.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.99%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=30.99%
G=34.72%
B=34.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162422390.1100.010.05173.085089.8
HexD8F2EFB015ad325a
Octal3303623571301525562132
Binary110110001111001011101111101101101101011011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2EF; }

 p { color: rgb(216,242,239); }

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

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

 a { background-color: rgb(216,242,239); }

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

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

 span { border-color: rgb(216,242,239); }

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