Html Css Color HEX #EDFDF2 Bubbles

📋 copy color: '#EDFDF2'

red 237 ◦ green 253 ◦ blue 242

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

Shades of Bubbles #EDFDF2

Tints of Bubbles #EDFDF2

RGB

 RED value IS 237 (92.97% from 255) = 32.38%

 GREEN value IS 253 (99.22% from 255) = 34.56%

 BLUE value IS 242 (94.92% from 255) = 33.06%

R = 32.38%
G = 34.56%
B = 33.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#EDFDF2 (or 0xEDFDF2) is known color: Bubbles. HEX triplet: ED, FD and F2. RGB value is (237,253,242). Sum of RGB (Red+Green+Blue) = 237+253+242=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF2 is #12020D. Grayscale: #F6F6F6. Windows color (decimal): -1180174 or 15924717. OLE color: 15924717.

HSL color Cylindrical-coordinate representation of color #EDFDF2: hue angle of 138.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFDF2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 242 -
CMYK 0.06 0 0.04 0.01
HSL 138.75º 0.8% 0.96% -
HSV(B) 138.75º 0.06% 0.99% -
XYZ 86.08 94.67 97.74 -
YUV 246.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 237 253 242 0.06 0 0.04 0.01 138.75 0.8 0.96
Hex ED FD F2 6 0 4 1 8B 50 60
Octal 355 375 362 6 0 4 1 213 120 140
Binary 11101101 11111101 11110010 110 0 100 1 10001011 1010000 1100000

Color Harmonies of #EDFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDF2

Black with #EDFDF2

Text Example


Text Example

White with #EDFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDF2; }

 p { color: rgb(237,253,242); }

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

background-color css

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

 a { background-color: rgb(237,253,242); }

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

border-color css

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

 span { border-color: rgb(237,253,242); }

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