#D2F1EB

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

Shades of Foam #D2F1EB

Tints of Foam #D2F1EB

Color information

#D2F1EB (or 0xD2F1EB) is unknown color: approx Foam. HEX triplet: D2, F1 and EB. RGB value is (210,241,235). Sum of RGB (Red+Green+Blue) = 210+241+235=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F1EB is #2D0E14. Grayscale: #E7E7E7. Windows color (decimal): -2952725 or 15462866. OLE color: 15462866.

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

Color convert

RGB210241235-
CMYK0.1300.020.05
HSL168.39º52.54%88.43%-
HSV(B)168.39º12.86%94.51%-
XYZ73.0382.6190.69-
YUV231.05130.23112.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=30.61%
G=35.13%
B=34.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412350.1300.020.05168.3952.5488.43
HexD2F1EBD025a83558
Octal3223613531502525065130
Binary1101001011110001111010111101010101101010001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1EB; }

 p { color: rgb(210,241,235); }

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

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

 a { background-color: rgb(210,241,235); }

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

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

 span { border-color: rgb(210,241,235); }

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