Html Css Color HEX #D8F2EF Foam

📋 copy color: '#D8F2EF'

red 216 ◦ green 242 ◦ blue 239

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

Shades of Foam #D8F2EF

Tints of Foam #D8F2EF

RGB

 RED value IS 216 (84.77% from 255) = 30.99%

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

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

R = 30.99%
G = 34.72%
B = 34.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#D8F2EF (or 0xD8F2EF) is known color: Foam. HEX triplet: D8, F2 and EF. RGB value is (216,242,239). Sum of RGB (Red+Green+Blue) = 216+242+239=697 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.99% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2EF is #270D10. Grayscale: #E9E9E9. Windows color (decimal): -2559249 or 15725272. OLE color: 15725272.

HSL color Cylindrical-coordinate representation of color #D8F2EF: hue angle of 173.08º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2EF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 239 -
CMYK 0.11 0 0.01 0.05
HSL 173.08º 0.5% 0.9% -
HSV(B) 173.08º 0.11% 0.95% -
XYZ 75.65 84.34 93.95 -
YUV 233.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 216 242 239 0.11 0 0.01 0.05 173.08 0.5 0.9
Hex D8 F2 EF B 0 1 5 AD 32 5A
Octal 330 362 357 13 0 1 5 255 62 132
Binary 11011000 11110010 11101111 1011 0 1 101 10101101 110010 1011010

Color Harmonies of #D8F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F2EF

Black with #D8F2EF

Text Example


Text Example

White with #D8F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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