#EDCAF1

Color #EDCAF1 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EDCAF1

Tints of Snuff #EDCAF1

Color information

#EDCAF1 (or 0xEDCAF1) is unknown color: approx Snuff. HEX triplet: ED, CA and F1. RGB value is (237,202,241). Sum of RGB (Red+Green+Blue) = 237+202+241=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAF1 is #12350E. Grayscale: #D8D8D8. Windows color (decimal): -1193231 or 15846125. OLE color: 15846125.

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

Color convert

RGB237202241-
CMYK0.020.1600.05
HSL293.85º58.21%86.86%-
HSV(B)293.85º16.18%94.51%-
XYZ71.9266.692.28-
YUV216.91141.6142.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=34.85%
G=29.71%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372022410.020.1600.05293.8558.2186.86
HexEDCAF1210051263a57
Octal3553123612200544672127
Binary111011011100101011110001101000001011001001101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAF1; }

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

 H1.HeaderClassName
 {
   color: #EDCAF1;
 }
 .AnyTagClassName
 {
   color: #EDCAF1;
 }
</style>
background-color css

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

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

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

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

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

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