#D2F1EF

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

Shades of Foam #D2F1EF

Tints of Foam #D2F1EF

Color information

#D2F1EF (or 0xD2F1EF) is unknown color: approx Foam. HEX triplet: D2, F1 and EF. RGB value is (210,241,239). Sum of RGB (Red+Green+Blue) = 210+241+239=690 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.43% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F1EF is #2D0E10. Grayscale: #E7E7E7. Windows color (decimal): -2952721 or 15725010. OLE color: 15725010.

HSL color Cylindrical-coordinate representation of color #D2F1EF: hue angle of 176.13º 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 #D2F1EF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB210241239-
CMYK0.1300.010.05
HSL176.13º52.54%88.43%-
HSV(B)176.13º12.86%94.51%-
XYZ73.6182.8493.77-
YUV231.5132.23112.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.43%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=30.43%
G=34.93%
B=34.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412390.1300.010.05176.1352.5488.43
HexD2F1EFD015b03558
Octal3223613571501526065130
Binary110100101111000111101111110101101101100001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1EF; }

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

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

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

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

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

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

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

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