Html Css Color HEX #EBD1EE Snuff

📋 copy color: '#EBD1EE'

red 235 ◦ green 209 ◦ blue 238

#EBD1EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #EBD1EE

Tints of Snuff #EBD1EE

RGB

 RED value IS 235 (92.19% from 255) = 34.46%

 GREEN value IS 209 (82.03% from 255) = 30.65%

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 34.46%
G = 30.65%
B = 34.9%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBD1EE (or 0xEBD1EE) is known color: Snuff. HEX triplet: EB, D1 and EE. RGB value is (235,209,238). Sum of RGB (Red+Green+Blue) = 235+209+238=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1EE is #142E11. Grayscale: #DBDBDB. Windows color (decimal): -1322514 or 15651307. OLE color: 15651307.

HSL color Cylindrical-coordinate representation of color #EBD1EE: hue angle of 293.79º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD1EE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 209 238 -
CMYK 0.01 0.12 0 0.07
HSL 293.79º 0.46% 0.88% -
HSV(B) 293.79º 0.12% 0.93% -
XYZ 72.49 69.44 90.47 -
YUV 220.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 235 209 238 0.01 0.12 0 0.07 293.79 0.46 0.88
Hex EB D1 EE 1 C 0 7 126 2E 58
Octal 353 321 356 1 14 0 7 446 56 130
Binary 11101011 11010001 11101110 1 1100 0 111 100100110 101110 1011000

Color Harmonies of #EBD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1EE

Black with #EBD1EE

Text Example


Text Example

White with #EBD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1EE; }

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

 H1.HeaderClassName
 {
   color: #EBD1EE;
 }
 .AnyTagClassName
 {
   color: #EBD1EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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