#EECBED

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

Shades of Snuff #EECBED

Tints of Snuff #EECBED

Color information

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

HSL color Cylindrical-coordinate representation of color #EECBED: hue angle of 301.71º 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 #EECBED is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238203237-
CMYK00.150.000.07
HSL301.71º50.72%86.47%-
HSV(B)301.71º14.71%93.33%-
XYZ71.96789.26-
YUV217.34139.1142.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820323700.150.000.07301.7150.7286.47
HexEECBED0F0712e3356
Octal3563133550170745663126
Binary1110111011001011111011010111101111001011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBED; }

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

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

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

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

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

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

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

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