#D0E7E4

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

Shades of Foam #D0E7E4

Tints of Foam #D0E7E4

Color information

#D0E7E4 (or 0xD0E7E4) is unknown color: approx Foam. HEX triplet: D0, E7 and E4. RGB value is (208,231,228). Sum of RGB (Red+Green+Blue) = 208+231+228=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7E4 is #2F181B. Grayscale: #DFDFDF. Windows color (decimal): -3086364 or 15001552. OLE color: 15001552.

HSL color Cylindrical-coordinate representation of color #D0E7E4: hue angle of 172.17º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E7E4 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB208231228-
CMYK0.1000.010.09
HSL172.17º32.39%86.08%-
HSV(B)172.17º9.96%90.59%-
XYZ68.5976.1684.48-
YUV223.78130.38116.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 231 (90.62% from 255) = 34.63%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=31.18%
G=34.63%
B=34.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082312280.1000.010.09172.1732.3986.08
HexD0E7E4A019ac2056
Octal32034734412011125440126
Binary1101000011100111111001001010011001101011001000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E7E4; }

 p { color: rgb(208,231,228); }

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

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

 a { background-color: rgb(208,231,228); }

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

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

 span { border-color: rgb(208,231,228); }

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