Html Css Color HEX #EDBBFC Mauve

📋 copy color: '#EDBBFC'

red 237 ◦ green 187 ◦ blue 252

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

Shades of Mauve #EDBBFC

Tints of Mauve #EDBBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.66%

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 35.06%
G = 27.66%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDBBFC (or 0xEDBBFC) is known color: Mauve. HEX triplet: ED, BB and FC. RGB value is (237,187,252). Sum of RGB (Red+Green+Blue) = 237+187+252=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBFC is #124403. Grayscale: #D1D1D1. Windows color (decimal): -1197060 or 16563181. OLE color: 16563181.

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

Color convert

RGB 237 187 252 -
CMYK 0.06 0.26 0 0.01
HSL 286.15º 0.92% 0.86% -
HSV(B) 286.15º 0.26% 0.99% -
XYZ 70.27 60.57 100.08 -
YUV 209.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 237 187 252 0.06 0.26 0 0.01 286.15 0.92 0.86
Hex ED BB FC 6 1A 0 1 11E 5C 56
Octal 355 273 374 6 32 0 1 436 134 126
Binary 11101101 10111011 11111100 110 11010 0 1 100011110 1011100 1010110

Color Harmonies of #EDBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBFC

Black with #EDBBFC

Text Example


Text Example

White with #EDBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBFC; }

 p { color: rgb(237,187,252); }

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

background-color css

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

 a { background-color: rgb(237,187,252); }

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

border-color css

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

 span { border-color: rgb(237,187,252); }

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