#D1EFEA

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

Shades of Foam #D1EFEA

Tints of Foam #D1EFEA

Color information

#D1EFEA (or 0xD1EFEA) is unknown color: approx Foam. HEX triplet: D1, EF and EA. RGB value is (209,239,234). Sum of RGB (Red+Green+Blue) = 209+239+234=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFEA is #2E1015. Grayscale: #E5E5E5. Windows color (decimal): -3018774 or 15396817. OLE color: 15396817.

HSL color Cylindrical-coordinate representation of color #D1EFEA: hue angle of 170º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFEA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB209239234-
CMYK0.1300.020.06
HSL170º48.39%87.84%-
HSV(B)170º12.55%93.73%-
XYZ72.0181.2389.73-
YUV229.46130.56113.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.65%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=30.65%
G=35.04%
B=34.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392340.1300.020.0617048.3987.84
HexD1EFEAD026aa3058
Octal3213573521502625260130
Binary1101000111101111111010101101010110101010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFEA; }

 p { color: rgb(209,239,234); }

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

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

 a { background-color: rgb(209,239,234); }

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

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

 span { border-color: rgb(209,239,234); }

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