#D4F2EF

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

Shades of Foam #D4F2EF

Tints of Foam #D4F2EF

Color information

#D4F2EF (or 0xD4F2EF) is unknown color: approx Foam. HEX triplet: D4, F2 and EF. RGB value is (212,242,239). Sum of RGB (Red+Green+Blue) = 212+242+239=693 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.59% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F2EF is #2B0D10. Grayscale: #E8E8E8. Windows color (decimal): -2821393 or 15725268. OLE color: 15725268.

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

Color convert

RGB212242239-
CMYK0.1200.010.05
HSL174º53.57%89.02%-
HSV(B)174º12.4%94.9%-
XYZ74.4883.7393.9-
YUV232.69131.56113.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.59%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=30.59%
G=34.92%
B=34.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122422390.1200.010.0517453.5789.02
HexD4F2EFC015ae3659
Octal3243623571401525666131
Binary110101001111001011101111110001101101011101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F2EF; }

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

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

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

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

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

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

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

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