Html Css Color HEX #EDC8F1 Snuff

📋 copy color: '#EDC8F1'

red 237 ◦ green 200 ◦ blue 241

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

Shades of Snuff #EDC8F1

Tints of Snuff #EDC8F1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.5%

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

R = 34.96%
G = 29.5%
B = 35.55%

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

#EDC8F1 (or 0xEDC8F1) is known color: Snuff. HEX triplet: ED, C8 and F1. RGB value is (237,200,241). Sum of RGB (Red+Green+Blue) = 237+200+241=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8F1 is #12370E. Grayscale: #D7D7D7. Windows color (decimal): -1193743 or 15845613. OLE color: 15845613.

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

Color convert

RGB 237 200 241 -
CMYK 0.02 0.17 0 0.05
HSL 294.15º 0.59% 0.86% -
HSV(B) 294.15º 0.17% 0.95% -
XYZ 71.46 65.66 92.13 -
YUV 215.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 237 200 241 0.02 0.17 0 0.05 294.15 0.59 0.86
Hex ED C8 F1 2 11 0 5 126 3B 56
Octal 355 310 361 2 21 0 5 446 73 126
Binary 11101101 11001000 11110001 10 10001 0 101 100100110 111011 1010110

Color Harmonies of #EDC8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8F1

Black with #EDC8F1

Text Example


Text Example

White with #EDC8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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