#D0F2ED

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

Shades of Foam #D0F2ED

Tints of Foam #D0F2ED

Color information

#D0F2ED (or 0xD0F2ED) is unknown color: approx Foam. HEX triplet: D0, F2 and ED. RGB value is (208,242,237). Sum of RGB (Red+Green+Blue) = 208+242+237=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2ED is #2F0D12. Grayscale: #E7E7E7. Windows color (decimal): -3083539 or 15594192. OLE color: 15594192.

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

Color convert

RGB208242237-
CMYK0.1400.020.05
HSL171.18º56.67%88.24%-
HSV(B)171.18º14.05%94.9%-
XYZ73.0583.0392.3-
YUV231.26131.24111.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.28%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=30.28%
G=35.23%
B=34.50%

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
Decimal2082422370.1400.020.05171.1856.6788.24
HexD0F2EDE025ab3958
Octal3203623551602525371130
Binary1101000011110010111011011110010101101010111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2ED; }

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

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

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

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

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

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

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

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