#EDCAF0

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

Shades of Snuff #EDCAF0

Tints of Snuff #EDCAF0

Color information

#EDCAF0 (or 0xEDCAF0) is unknown color: approx Snuff. HEX triplet: ED, CA and F0. RGB value is (237,202,240). Sum of RGB (Red+Green+Blue) = 237+202+240=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAF0 is #12350F. Grayscale: #D8D8D8. Windows color (decimal): -1193232 or 15780589. OLE color: 15780589.

HSL color Cylindrical-coordinate representation of color #EDCAF0: hue angle of 295.26º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCAF0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237202240-
CMYK0.010.1600.06
HSL295.26º55.88%86.67%-
HSV(B)295.26º15.83%94.12%-
XYZ71.7766.5491.5-
YUV216.8141.1142.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=34.90%
G=29.75%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372022400.010.1600.06295.2655.8886.67
HexEDCAF0110061273857
Octal3553123601200644770127
Binary11101101110010101111000011000001101001001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAF0; }

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

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

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

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

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

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

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

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