#EBCFE5

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

Shades of Snuff #EBCFE5

Tints of Snuff #EBCFE5

Color information

#EBCFE5 (or 0xEBCFE5) is unknown color: approx Snuff. HEX triplet: EB, CF and E5. RGB value is (235,207,229). Sum of RGB (Red+Green+Blue) = 235+207+229=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFE5 is #14301A. Grayscale: #D9D9D9. Windows color (decimal): -1323035 or 15060971. OLE color: 15060971.

HSL color Cylindrical-coordinate representation of color #EBCFE5: hue angle of 312.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFE5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235207229-
CMYK00.120.030.08
HSL312.86º41.18%86.67%-
HSV(B)312.86º11.91%92.16%-
XYZ70.7267.9483.52-
YUV217.88134.28140.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=35.02%
G=30.85%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722900.120.030.08312.8641.1886.67
HexEBCFE50C381392957
Octal35331734501431047151127
Binary111010111100111111100101011001110001001110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFE5; }

 p { color: rgb(235,207,229); }

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

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

 a { background-color: rgb(235,207,229); }

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

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

 span { border-color: rgb(235,207,229); }

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