#EBD6EE

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

Shades of Snuff #EBD6EE

Tints of Snuff #EBD6EE

Color information

#EBD6EE (or 0xEBD6EE) is unknown color: approx Snuff. HEX triplet: EB, D6 and EE. RGB value is (235,214,238). Sum of RGB (Red+Green+Blue) = 235+214+238=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6EE is #142911. Grayscale: #DEDEDE. Windows color (decimal): -1321234 or 15652587. OLE color: 15652587.

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

Color convert

RGB235214238-
CMYK0.010.1000.07
HSL292.5º41.38%88.63%-
HSV(B)292.5º10.08%93.33%-
XYZ73.7471.9390.89-
YUV223.02136.46136.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=34.21%
G=31.15%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352142380.010.1000.07292.541.3888.63
HexEBD6EE1A071242959
Octal3533263561120744451131
Binary1110101111010110111011101101001111001001001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6EE; }

 p { color: rgb(235,214,238); }

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

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

 a { background-color: rgb(235,214,238); }

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

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

 span { border-color: rgb(235,214,238); }

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