Html Css Color HEX #EDC9F1 Snuff

📋 copy color: '#EDC9F1'

red 237 ◦ green 201 ◦ blue 241

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

Shades of Snuff #EDC9F1

Tints of Snuff #EDC9F1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.6%

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

R = 34.9%
G = 29.6%
B = 35.49%

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

#EDC9F1 (or 0xEDC9F1) is known color: Snuff. HEX triplet: ED, C9 and F1. RGB value is (237,201,241). Sum of RGB (Red+Green+Blue) = 237+201+241=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F1 is #12360E. Grayscale: #D8D8D8. Windows color (decimal): -1193487 or 15845869. OLE color: 15845869.

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

Color convert

RGB 237 201 241 -
CMYK 0.02 0.17 0 0.05
HSL 294º 0.59% 0.87% -
HSV(B) 294º 0.17% 0.95% -
XYZ 71.69 66.13 92.2 -
YUV 216.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 237 201 241 0.02 0.17 0 0.05 294 0.59 0.87
Hex ED C9 F1 2 11 0 5 126 3B 57
Octal 355 311 361 2 21 0 5 446 73 127
Binary 11101101 11001001 11110001 10 10001 0 101 100100110 111011 1010111

Color Harmonies of #EDC9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9F1

Black with #EDC9F1

Text Example


Text Example

White with #EDC9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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