#EBD4EC

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

Shades of Snuff #EBD4EC

Tints of Snuff #EBD4EC

Color information

#EBD4EC (or 0xEBD4EC) is unknown color: approx Snuff. HEX triplet: EB, D4 and EC. RGB value is (235,212,236). Sum of RGB (Red+Green+Blue) = 235+212+236=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD4EC is #142B13. Grayscale: #DDDDDD. Windows color (decimal): -1321748 or 15521003. OLE color: 15521003.

HSL color Cylindrical-coordinate representation of color #EBD4EC: hue angle of 297.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD4EC is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235212236-
CMYK0.000.1000.07
HSL297.5º38.71%87.84%-
HSV(B)297.5º10.17%92.55%-
XYZ72.9470.8189.18-
YUV221.61136.12137.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 212 (83.20% from 255) = 31.04%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=34.41%
G=31.04%
B=34.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352122360.000.1000.07297.538.7187.84
HexEBD4EC0A0712a2758
Octal3533243540120745247130
Binary1110101111010100111011000101001111001010101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4EC; }

 p { color: rgb(235,212,236); }

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

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

 a { background-color: rgb(235,212,236); }

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

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

 span { border-color: rgb(235,212,236); }

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