Html Css Color HEX #EDBFF3 Snuff

📋 copy color: '#EDBFF3'

red 237 ◦ green 191 ◦ blue 243

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

Shades of Snuff #EDBFF3

Tints of Snuff #EDBFF3

RGB

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

 GREEN value IS 191 (75% from 255) = 28.46%

 BLUE value IS 243 (95.31% from 255) = 36.21%

R = 35.32%
G = 28.46%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDBFF3 (or 0xEDBFF3) is known color: Snuff. HEX triplet: ED, BF and F3. RGB value is (237,191,243). Sum of RGB (Red+Green+Blue) = 237+191+243=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDBFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF3 is #12400C. Grayscale: #D2D2D2. Windows color (decimal): -1196045 or 15974381. OLE color: 15974381.

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

Color convert

RGB 237 191 243 -
CMYK 0.02 0.21 0 0.05
HSL 293.08º 0.68% 0.85% -
HSV(B) 293.08º 0.21% 0.95% -
XYZ 69.73 61.74 93.04 -
YUV 210.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 237 191 243 0.02 0.21 0 0.05 293.08 0.68 0.85
Hex ED BF F3 2 15 0 5 125 44 55
Octal 355 277 363 2 25 0 5 445 104 125
Binary 11101101 10111111 11110011 10 10101 0 101 100100101 1000100 1010101

Color Harmonies of #EDBFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFF3

Black with #EDBFF3

Text Example


Text Example

White with #EDBFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFF3; }

 p { color: rgb(237,191,243); }

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

background-color css

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

 a { background-color: rgb(237,191,243); }

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

border-color css

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

 span { border-color: rgb(237,191,243); }

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