Html Css Color HEX #D0F2EC Foam

📋 copy color: '#D0F2EC'

red 208 ◦ green 242 ◦ blue 236

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

Shades of Foam #D0F2EC

Tints of Foam #D0F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.28%

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

R = 30.32%
G = 35.28%
B = 34.4%

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

#D0F2EC (or 0xD0F2EC) is known color: Foam. HEX triplet: D0, F2 and EC. RGB value is (208,242,236). Sum of RGB (Red+Green+Blue) = 208+242+236=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2EC is #2F0D13. Grayscale: #E7E7E7. Windows color (decimal): -3083540 or 15528656. OLE color: 15528656.

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

Color convert

RGB 208 242 236 -
CMYK 0.14 0 0.02 0.05
HSL 169.41º 0.57% 0.88% -
HSV(B) 169.41º 0.14% 0.95% -
XYZ 72.9 82.97 91.53 -
YUV 231.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 208 242 236 0.14 0 0.02 0.05 169.41 0.57 0.88
Hex D0 F2 EC E 0 2 5 A9 39 58
Octal 320 362 354 16 0 2 5 251 71 130
Binary 11010000 11110010 11101100 1110 0 10 101 10101001 111001 1011000

Color Harmonies of #D0F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2EC

Black with #D0F2EC

Text Example


Text Example

White with #D0F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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