Html Css Color HEX #EDBFF2 Snuff

📋 copy color: '#EDBFF2'

red 237 ◦ green 191 ◦ blue 242

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

Shades of Snuff #EDBFF2

Tints of Snuff #EDBFF2

RGB

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

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

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

R = 35.37%
G = 28.51%
B = 36.12%

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

#EDBFF2 (or 0xEDBFF2) is known color: Snuff. HEX triplet: ED, BF and F2. RGB value is (237,191,242). Sum of RGB (Red+Green+Blue) = 237+191+242=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF2 is #12400D. Grayscale: #D2D2D2. Windows color (decimal): -1196046 or 15908845. OLE color: 15908845.

HSL color Cylindrical-coordinate representation of color #EDBFF2: hue angle of 294.12º degrees, saturation: 0.66, 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 #EDBFF2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 191 242 -
CMYK 0.02 0.21 0 0.05
HSL 294.12º 0.66% 0.85% -
HSV(B) 294.12º 0.21% 0.95% -
XYZ 69.58 61.68 92.24 -
YUV 210.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 237 191 242 0.02 0.21 0 0.05 294.12 0.66 0.85
Hex ED BF F2 2 15 0 5 126 42 55
Octal 355 277 362 2 25 0 5 446 102 125
Binary 11101101 10111111 11110010 10 10101 0 101 100100110 1000010 1010101

Color Harmonies of #EDBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFF2

Black with #EDBFF2

Text Example


Text Example

White with #EDBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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