#EDBEEE

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

Shades of Snuff #EDBEEE

Tints of Snuff #EDBEEE

Color information

#EDBEEE (or 0xEDBEEE) is unknown color: approx Snuff. HEX triplet: ED, BE and EE. RGB value is (237,190,238). Sum of RGB (Red+Green+Blue) = 237+190+238=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDBEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEEE is #124111. Grayscale: #D1D1D1. Windows color (decimal): -1196306 or 15646445. OLE color: 15646445.

HSL color Cylindrical-coordinate representation of color #EDBEEE: hue angle of 298.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEEE is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237190238-
CMYK0.000.2000.07
HSL298.75º58.54%83.92%-
HSV(B)298.75º20.17%93.33%-
XYZ68.776189.04-
YUV209.52144.07147.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 190 (74.61% from 255) = 28.57%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=35.64%
G=28.57%
B=35.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371902380.000.2000.07298.7558.5483.92
HexEDBEEE0140712b3b54
Octal3552763560240745373124
Binary11101101101111101110111001010001111001010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEEE; }

 p { color: rgb(237,190,238); }

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

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

 a { background-color: rgb(237,190,238); }

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

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

 span { border-color: rgb(237,190,238); }

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