#ECBEEF

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

Shades of Snuff #ECBEEF

Tints of Snuff #ECBEEF

Color information

#ECBEEF (or 0xECBEEF) is unknown color: approx Snuff. HEX triplet: EC, BE and EF. RGB value is (236,190,239). Sum of RGB (Red+Green+Blue) = 236+190+239=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 190 (74.61% from 255 or 28.57% 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 #ECBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEEF is #134110. Grayscale: #D1D1D1. Windows color (decimal): -1261841 or 15711980. OLE color: 15711980.

HSL color Cylindrical-coordinate representation of color #ECBEEF: hue angle of 296.33º degrees, saturation: 0.6, 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 #ECBEEF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236190239-
CMYK0.010.2100.06
HSL296.33º60.49%84.12%-
HSV(B)296.33º20.5%93.73%-
XYZ68.5960.8989.8-
YUV209.34144.74147.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 190 (74.61% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=35.49%
G=28.57%
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
Decimal2361902390.010.2100.06296.3360.4984.12
HexECBEEF115061283c54
Octal3542763571250645074124
Binary11101100101111101110111111010101101001010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEEF; }

 p { color: rgb(236,190,239); }

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

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

 a { background-color: rgb(236,190,239); }

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

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

 span { border-color: rgb(236,190,239); }

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