Html Css Color HEX #EDBFEE Snuff

📋 copy color: '#EDBFEE'

red 237 ◦ green 191 ◦ blue 238

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

Shades of Snuff #EDBFEE

Tints of Snuff #EDBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 35.59%
G = 28.68%
B = 35.74%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDBFEE (or 0xEDBFEE) is known color: Snuff. HEX triplet: ED, BF and EE. RGB value is (237,191,238). Sum of RGB (Red+Green+Blue) = 237+191+238=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFEE is #124011. Grayscale: #D1D1D1. Windows color (decimal): -1196050 or 15646701. OLE color: 15646701.

HSL color Cylindrical-coordinate representation of color #EDBFEE: hue angle of 298.72º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBFEE is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 238 -
CMYK 0.00 0.20 0 0.07
HSL 298.72º 0.58% 0.84% -
HSV(B) 298.72º 0.2% 0.93% -
XYZ 68.99 61.44 89.11 -
YUV 210.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 237 191 238 0.00 0.20 0 0.07 298.72 0.58 0.84
Hex ED BF EE 0 14 0 7 12B 3A 54
Octal 355 277 356 0 24 0 7 453 72 124
Binary 11101101 10111111 11101110 0 10100 0 111 100101011 111010 1010100

Color Harmonies of #EDBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFEE

Black with #EDBFEE

Text Example


Text Example

White with #EDBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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