#ECCBE6

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

Shades of Snuff #ECCBE6

Tints of Snuff #ECCBE6

Color information

#ECCBE6 (or 0xECCBE6) is unknown color: approx Snuff. HEX triplet: EC, CB and E6. RGB value is (236,203,230). Sum of RGB (Red+Green+Blue) = 236+203+230=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBE6 is #133419. Grayscale: #D7D7D7. Windows color (decimal): -1258522 or 15125484. OLE color: 15125484.

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

Color convert

RGB236203230-
CMYK00.140.030.07
HSL310.91º46.48%86.08%-
HSV(B)310.91º13.98%92.55%-
XYZ70.2366.2683.95-
YUV215.94135.93142.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=35.28%
G=30.34%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620323000.140.030.07310.9146.4886.08
HexECCBE60E371372e56
Octal3543133460163746756126
Binary11101100110010111110011001110111111001101111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBE6; }

 p { color: rgb(236,203,230); }

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

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

 a { background-color: rgb(236,203,230); }

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

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

 span { border-color: rgb(236,203,230); }

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