#D0F2EE

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

Shades of Foam #D0F2EE

Tints of Foam #D0F2EE

Color information

#D0F2EE (or 0xD0F2EE) is unknown color: approx Foam. HEX triplet: D0, F2 and EE. RGB value is (208,242,238). Sum of RGB (Red+Green+Blue) = 208+242+238=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2EE is #2F0D11. Grayscale: #E7E7E7. Windows color (decimal): -3083538 or 15659728. OLE color: 15659728.

HSL color Cylindrical-coordinate representation of color #D0F2EE: hue angle of 172.94º degrees, saturation: 0.57, 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 #D0F2EE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB208242238-
CMYK0.1400.020.05
HSL172.94º56.67%88.24%-
HSV(B)172.94º14.05%94.9%-
XYZ73.283.0993.07-
YUV231.38131.74111.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.23%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=30.23%
G=35.17%
B=34.59%

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
Decimal2082422380.1400.020.05172.9456.6788.24
HexD0F2EEE025ad3958
Octal3203623561602525571130
Binary1101000011110010111011101110010101101011011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2EE; }

 p { color: rgb(208,242,238); }

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

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

 a { background-color: rgb(208,242,238); }

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

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

 span { border-color: rgb(208,242,238); }

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