#D0F3EC

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

Shades of Foam #D0F3EC

Tints of Foam #D0F3EC

Color information

#D0F3EC (or 0xD0F3EC) is unknown color: approx Foam. HEX triplet: D0, F3 and EC. RGB value is (208,243,236). Sum of RGB (Red+Green+Blue) = 208+243+236=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F3EC is #2F0C13. Grayscale: #E7E7E7. Windows color (decimal): -3083284 or 15528912. OLE color: 15528912.

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

Color convert

RGB208243236-
CMYK0.1400.030.05
HSL168º59.32%88.43%-
HSV(B)168º14.4%95.29%-
XYZ73.283.5791.63-
YUV231.74130.4111.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.28%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=30.28%
G=35.37%
B=34.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082432360.1400.030.0516859.3288.43
HexD0F3ECE035a83b58
Octal3203633541603525073130
Binary1101000011110011111011001110011101101010001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3EC; }

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

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

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

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

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

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

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

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