#D0F2EC

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

Shades of Foam #D0F2EC

Tints of Foam #D0F2EC

Color information

#D0F2EC (or 0xD0F2EC) is unknown color: approx Foam. HEX triplet: D0, F2 and EC. RGB value is (208,242,236). Sum of RGB (Red+Green+Blue) = 208+242+236=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2EC is #2F0D13. Grayscale: #E7E7E7. Windows color (decimal): -3083540 or 15528656. OLE color: 15528656.

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

Color convert

RGB208242236-
CMYK0.1400.020.05
HSL169.41º56.67%88.24%-
HSV(B)169.41º14.05%94.9%-
XYZ72.982.9791.53-
YUV231.15130.74111.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.32%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=30.32%
G=35.28%
B=34.40%

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
Decimal2082422360.1400.020.05169.4156.6788.24
HexD0F2ECE025a93958
Octal3203623541602525171130
Binary1101000011110010111011001110010101101010011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2EC; }

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

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

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

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

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

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

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

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