Html Css Color HEX #D0F2EF Foam

📋 copy color: '#D0F2EF'

red 208 ◦ green 242 ◦ blue 239

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

Shades of Foam #D0F2EF

Tints of Foam #D0F2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.69%

R = 30.19%
G = 35.12%
B = 34.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#D0F2EF (or 0xD0F2EF) is known color: Foam. HEX triplet: D0, F2 and EF. RGB value is (208,242,239). Sum of RGB (Red+Green+Blue) = 208+242+239=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2EF is #2F0D10. Grayscale: #E7E7E7. Windows color (decimal): -3083537 or 15725264. OLE color: 15725264.

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

Color convert

RGB 208 242 239 -
CMYK 0.14 0 0.01 0.05
HSL 174.71º 0.57% 0.88% -
HSV(B) 174.71º 0.14% 0.95% -
XYZ 73.34 83.15 93.84 -
YUV 231.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 208 242 239 0.14 0 0.01 0.05 174.71 0.57 0.88
Hex D0 F2 EF E 0 1 5 AF 39 58
Octal 320 362 357 16 0 1 5 257 71 130
Binary 11010000 11110010 11101111 1110 0 1 101 10101111 111001 1011000

Color Harmonies of #D0F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2EF

Black with #D0F2EF

Text Example


Text Example

White with #D0F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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