#D2F8F4

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

Shades of Foam #D2F8F4

Tints of Foam #D2F8F4

Color information

#D2F8F4 (or 0xD2F8F4) is unknown color: approx Foam. HEX triplet: D2, F8 and F4. RGB value is (210,248,244). Sum of RGB (Red+Green+Blue) = 210+248+244=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F8F4 is #2D070B. Grayscale: #ECECEC. Windows color (decimal): -2950924 or 16054482. OLE color: 16054482.

HSL color Cylindrical-coordinate representation of color #D2F8F4: hue angle of 173.68º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F8F4 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB210248244-
CMYK0.1500.020.03
HSL173.68º73.08%89.8%-
HSV(B)173.68º15.32%97.25%-
XYZ76.4787.3798.42-
YUV236.18132.41109.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.91%
GREEN value IS 248 (97.27% from 255) = 35.33%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=29.91%
G=35.33%
B=34.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102482440.1500.020.03173.6873.0889.8
HexD2F8F4F023ae495a
Octal32237036417023256111132
Binary1101001011111000111101001111010111010111010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8F4; }

 p { color: rgb(210,248,244); }

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

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

 a { background-color: rgb(210,248,244); }

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

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

 span { border-color: rgb(210,248,244); }

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