Html Css Color HEX #D0F1EC Foam

📋 copy color: '#D0F1EC'

red 208 ◦ green 241 ◦ blue 236

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

Shades of Foam #D0F1EC

Tints of Foam #D0F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.18%

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

R = 30.36%
G = 35.18%
B = 34.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#D0F1EC (or 0xD0F1EC) is known color: Foam. HEX triplet: D0, F1 and EC. RGB value is (208,241,236). Sum of RGB (Red+Green+Blue) = 208+241+236=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1EC is #2F0E13. Grayscale: #E6E6E6. Windows color (decimal): -3083796 or 15528400. OLE color: 15528400.

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

Color convert

RGB 208 241 236 -
CMYK 0.14 0 0.02 0.05
HSL 170.91º 0.54% 0.88% -
HSV(B) 170.91º 0.14% 0.95% -
XYZ 72.61 82.38 91.43 -
YUV 230.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 208 241 236 0.14 0 0.02 0.05 170.91 0.54 0.88
Hex D0 F1 EC E 0 2 5 AB 36 58
Octal 320 361 354 16 0 2 5 253 66 130
Binary 11010000 11110001 11101100 1110 0 10 101 10101011 110110 1011000

Color Harmonies of #D0F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1EC

Black with #D0F1EC

Text Example


Text Example

White with #D0F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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