#D1F2ED

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

Shades of Foam #D1F2ED

Tints of Foam #D1F2ED

Color information

#D1F2ED (or 0xD1F2ED) is unknown color: approx Foam. HEX triplet: D1, F2 and ED. RGB value is (209,242,237). Sum of RGB (Red+Green+Blue) = 209+242+237=688 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.38% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2ED is #2E0D12. Grayscale: #E7E7E7. Windows color (decimal): -3018003 or 15594193. OLE color: 15594193.

HSL color Cylindrical-coordinate representation of color #D1F2ED: hue angle of 170.91º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2ED is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB209242237-
CMYK0.1400.020.05
HSL170.91º55.93%88.43%-
HSV(B)170.91º13.64%94.9%-
XYZ73.3383.1792.31-
YUV231.56131.07111.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.38%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=30.38%
G=35.17%
B=34.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092422370.1400.020.05170.9155.9388.43
HexD1F2EDE025ab3858
Octal3213623551602525370130
Binary1101000111110010111011011110010101101010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F2ED; }

 p { color: rgb(209,242,237); }

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

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

 a { background-color: rgb(209,242,237); }

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

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

 span { border-color: rgb(209,242,237); }

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