Html Css Color HEX #D0F0EB Foam

📋 copy color: '#D0F0EB'

red 208 ◦ green 240 ◦ blue 235

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

Shades of Foam #D0F0EB

Tints of Foam #D0F0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 30.45%
G = 35.14%
B = 34.41%

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

#D0F0EB (or 0xD0F0EB) is known color: Foam. HEX triplet: D0, F0 and EB. RGB value is (208,240,235). Sum of RGB (Red+Green+Blue) = 208+240+235=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0EB is #2F0F14. Grayscale: #E5E5E5. Windows color (decimal): -3084053 or 15462608. OLE color: 15462608.

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

Color convert

RGB 208 240 235 -
CMYK 0.13 0 0.02 0.06
HSL 170.63º 0.52% 0.88% -
HSV(B) 170.63º 0.13% 0.94% -
XYZ 72.17 81.73 90.57 -
YUV 229.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 208 240 235 0.13 0 0.02 0.06 170.63 0.52 0.88
Hex D0 F0 EB D 0 2 6 AB 34 58
Octal 320 360 353 15 0 2 6 253 64 130
Binary 11010000 11110000 11101011 1101 0 10 110 10101011 110100 1011000

Color Harmonies of #D0F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F0EB

Black with #D0F0EB

Text Example


Text Example

White with #D0F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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