#EDCBEE

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

Shades of Snuff #EDCBEE

Tints of Snuff #EDCBEE

Color information

#EDCBEE (or 0xEDCBEE) is unknown color: approx Snuff. HEX triplet: ED, CB and EE. RGB value is (237,203,238). Sum of RGB (Red+Green+Blue) = 237+203+238=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBEE is #123411. Grayscale: #D9D9D9. Windows color (decimal): -1192978 or 15649773. OLE color: 15649773.

HSL color Cylindrical-coordinate representation of color #EDCBEE: hue angle of 298.29º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCBEE is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237203238-
CMYK0.000.1500.07
HSL298.29º50.72%86.47%-
HSV(B)298.29º14.71%93.33%-
XYZ71.7166.8990.02-
YUV217.16139.76142.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 203 (79.69% from 255) = 29.94%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=34.96%
G=29.94%
B=35.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372032380.000.1500.07298.2950.7286.47
HexEDCBEE0F0712a3356
Octal3553133560170745263126
Binary1110110111001011111011100111101111001010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBEE; }

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

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

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

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

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

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

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

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