Html Css Color HEX #D0EFEB Foam

📋 copy color: '#D0EFEB'

red 208 ◦ green 239 ◦ blue 235

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

Shades of Foam #D0EFEB

Tints of Foam #D0EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.04%

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

R = 30.5%
G = 35.04%
B = 34.46%

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

#D0EFEB (or 0xD0EFEB) is known color: Foam. HEX triplet: D0, EF and EB. RGB value is (208,239,235). Sum of RGB (Red+Green+Blue) = 208+239+235=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFEB is #2F1014. Grayscale: #E5E5E5. Windows color (decimal): -3084309 or 15462352. OLE color: 15462352.

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

Color convert

RGB 208 239 235 -
CMYK 0.13 0 0.02 0.06
HSL 172.26º 0.49% 0.88% -
HSV(B) 172.26º 0.13% 0.94% -
XYZ 71.87 81.14 90.47 -
YUV 229.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 208 239 235 0.13 0 0.02 0.06 172.26 0.49 0.88
Hex D0 EF EB D 0 2 6 AC 31 58
Octal 320 357 353 15 0 2 6 254 61 130
Binary 11010000 11101111 11101011 1101 0 10 110 10101100 110001 1011000

Color Harmonies of #D0EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFEB

Black with #D0EFEB

Text Example


Text Example

White with #D0EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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