#EBCCF1

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

Shades of Snuff #EBCCF1

Tints of Snuff #EBCCF1

Color information

#EBCCF1 (or 0xEBCCF1) is unknown color: approx Snuff. HEX triplet: EB, CC and F1. RGB value is (235,204,241). Sum of RGB (Red+Green+Blue) = 235+204+241=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBCCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCF1 is #14330E. Grayscale: #D9D9D9. Windows color (decimal): -1323791 or 15846635. OLE color: 15846635.

HSL color Cylindrical-coordinate representation of color #EBCCF1: hue angle of 290.27º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCCF1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235204241-
CMYK0.020.1500.05
HSL290.27º56.92%87.25%-
HSV(B)290.27º15.35%94.51%-
XYZ71.7367.292.41-
YUV217.49141.27140.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=34.56%
G=30%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352042410.020.1500.05290.2756.9287.25
HexEBCCF12F051223957
Octal3533143612170544271127
Binary11101011110011001111000110111101011001000101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCF1; }

 p { color: rgb(235,204,241); }

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

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

 a { background-color: rgb(235,204,241); }

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

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

 span { border-color: rgb(235,204,241); }

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