#EDBDEF

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

Shades of Snuff #EDBDEF

Tints of Snuff #EDBDEF

Color information

#EDBDEF (or 0xEDBDEF) is unknown color: approx Snuff. HEX triplet: ED, BD and EF. RGB value is (237,189,239). Sum of RGB (Red+Green+Blue) = 237+189+239=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDEF is #124210. Grayscale: #D0D0D0. Windows color (decimal): -1196561 or 15711725. OLE color: 15711725.

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

Color convert

RGB237189239-
CMYK0.010.2100.06
HSL297.6º60.98%83.92%-
HSV(B)297.6º20.92%93.73%-
XYZ68.760.6389.74-
YUV209.05144.9147.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=35.64%
G=28.42%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371892390.010.2100.06297.660.9883.92
HexEDBDEF1150612a3d54
Octal3552753571250645275124
Binary11101101101111011110111111010101101001010101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDEF; }

 p { color: rgb(237,189,239); }

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

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

 a { background-color: rgb(237,189,239); }

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

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

 span { border-color: rgb(237,189,239); }

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