#EDCFF2

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

Shades of Snuff #EDCFF2

Tints of Snuff #EDCFF2

Color information

#EDCFF2 (or 0xEDCFF2) is unknown color: approx Snuff. HEX triplet: ED, CF and F2. RGB value is (237,207,242). Sum of RGB (Red+Green+Blue) = 237+207+242=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF2 is #12300D. Grayscale: #DBDBDB. Windows color (decimal): -1191950 or 15912941. OLE color: 15912941.

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

Color convert

RGB237207242-
CMYK0.020.1400.05
HSL291.43º57.38%88.04%-
HSV(B)291.43º14.46%94.9%-
XYZ73.2669.0493.47-
YUV219.96140.44140.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=34.55%
G=30.17%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372072420.020.1400.05291.4357.3888.04
HexEDCFF22E051233958
Octal3553173622160544371130
Binary11101101110011111111001010111001011001000111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFF2; }

 p { color: rgb(237,207,242); }

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

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

 a { background-color: rgb(237,207,242); }

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

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

 span { border-color: rgb(237,207,242); }

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