Html Css Color HEX #EDC7F1 Snuff

📋 copy color: '#EDC7F1'

red 237 ◦ green 199 ◦ blue 241

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

Shades of Snuff #EDC7F1

Tints of Snuff #EDC7F1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.39%

 BLUE value IS 241 (94.53% from 255) = 35.6%

R = 35.01%
G = 29.39%
B = 35.6%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDC7F1 (or 0xEDC7F1) is known color: Snuff. HEX triplet: ED, C7 and F1. RGB value is (237,199,241). Sum of RGB (Red+Green+Blue) = 237+199+241=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7F1 is #12380E. Grayscale: #D7D7D7. Windows color (decimal): -1193999 or 15845357. OLE color: 15845357.

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

Color convert

RGB 237 199 241 -
CMYK 0.02 0.17 0 0.05
HSL 294.29º 0.6% 0.86% -
HSV(B) 294.29º 0.17% 0.95% -
XYZ 71.23 65.2 92.05 -
YUV 215.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 237 199 241 0.02 0.17 0 0.05 294.29 0.6 0.86
Hex ED C7 F1 2 11 0 5 126 3C 56
Octal 355 307 361 2 21 0 5 446 74 126
Binary 11101101 11000111 11110001 10 10001 0 101 100100110 111100 1010110

Color Harmonies of #EDC7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7F1

Black with #EDC7F1

Text Example


Text Example

White with #EDC7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7F1; }

 p { color: rgb(237,199,241); }

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

background-color css

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

 a { background-color: rgb(237,199,241); }

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

border-color css

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

 span { border-color: rgb(237,199,241); }

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