Html Css Color HEX #EBF1ED Bubbles

📋 copy color: '#EBF1ED'

red 235 ◦ green 241 ◦ blue 237

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

Shades of Bubbles #EBF1ED

Tints of Bubbles #EBF1ED

RGB

 RED value IS 235 (92.19% from 255) = 32.96%

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

 BLUE value IS 237 (92.97% from 255) = 33.24%

R = 32.96%
G = 33.8%
B = 33.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#EBF1ED (or 0xEBF1ED) is known color: Bubbles. HEX triplet: EB, F1 and ED. RGB value is (235,241,237). Sum of RGB (Red+Green+Blue) = 235+241+237=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1ED is #140E12. Grayscale: #EEEEEE. Windows color (decimal): -1314323 or 15593963. OLE color: 15593963.

HSL color Cylindrical-coordinate representation of color #EBF1ED: hue angle of 140º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF1ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 237 -
CMYK 0.02 0 0.02 0.05
HSL 140º 0.18% 0.93% -
HSV(B) 140º 0.02% 0.95% -
XYZ 81 86.69 92.58 -
YUV 238.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 235 241 237 0.02 0 0.02 0.05 140 0.18 0.93
Hex EB F1 ED 2 0 2 5 8C 12 5D
Octal 353 361 355 2 0 2 5 214 22 135
Binary 11101011 11110001 11101101 10 0 10 101 10001100 10010 1011101

Color Harmonies of #EBF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1ED

Black with #EBF1ED

Text Example


Text Example

White with #EBF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1ED; }

 p { color: rgb(235,241,237); }

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

background-color css

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

 a { background-color: rgb(235,241,237); }

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

border-color css

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

 span { border-color: rgb(235,241,237); }

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