#D9F1EF

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

Shades of Foam #D9F1EF

Tints of Foam #D9F1EF

Color information

#D9F1EF (or 0xD9F1EF) is unknown color: approx Foam. HEX triplet: D9, F1 and EF. RGB value is (217,241,239). Sum of RGB (Red+Green+Blue) = 217+241+239=697 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.13% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F1EF is #260E10. Grayscale: #E9E9E9. Windows color (decimal): -2493969 or 15725017. OLE color: 15725017.

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

Color convert

RGB217241239-
CMYK0.1000.010.05
HSL175º46.15%89.8%-
HSV(B)175º9.96%94.51%-
XYZ75.6583.8993.87-
YUV233.6131.05116.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.13%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=31.13%
G=34.58%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172412390.1000.010.0517546.1589.8
HexD9F1EFA015af2e5a
Octal3313613571201525756132
Binary110110011111000111101111101001101101011111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F1EF; }

 p { color: rgb(217,241,239); }

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

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

 a { background-color: rgb(217,241,239); }

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

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

 span { border-color: rgb(217,241,239); }

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