Html Css Color HEX #D0F0EC Foam

📋 copy color: '#D0F0EC'

red 208 ◦ green 240 ◦ blue 236

#D0F0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #D0F0EC

Tints of Foam #D0F0EC

RGB

 RED value IS 208 (81.64% from 255) = 30.41%

 GREEN value IS 240 (94.14% from 255) = 35.09%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 30.41%
G = 35.09%
B = 34.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#D0F0EC (or 0xD0F0EC) is known color: Foam. HEX triplet: D0, F0 and EC. RGB value is (208,240,236). Sum of RGB (Red+Green+Blue) = 208+240+236=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0EC is #2F0F13. Grayscale: #E5E5E5. Windows color (decimal): -3084052 or 15528144. OLE color: 15528144.

HSL color Cylindrical-coordinate representation of color #D0F0EC: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0F0EC is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 236 -
CMYK 0.13 0 0.02 0.06
HSL 172.5º 0.52% 0.88% -
HSV(B) 172.5º 0.13% 0.94% -
XYZ 72.31 81.79 91.33 -
YUV 229.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 208 240 236 0.13 0 0.02 0.06 172.5 0.52 0.88
Hex D0 F0 EC D 0 2 6 AC 34 58
Octal 320 360 354 15 0 2 6 254 64 130
Binary 11010000 11110000 11101100 1101 0 10 110 10101100 110100 1011000

Color Harmonies of #D0F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F0EC

Black with #D0F0EC

Text Example


Text Example

White with #D0F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F0EC; }

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

 H1.HeaderClassName
 {
   color: #D0F0EC;
 }
 .AnyTagClassName
 {
   color: #D0F0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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