Html Css Color HEX #EBD0EC Snuff

📋 copy color: '#EBD0EC'

red 235 ◦ green 208 ◦ blue 236

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

Shades of Snuff #EBD0EC

Tints of Snuff #EBD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.63%

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 34.61%
G = 30.63%
B = 34.76%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBD0EC (or 0xEBD0EC) is known color: Snuff. HEX triplet: EB, D0 and EC. RGB value is (235,208,236). Sum of RGB (Red+Green+Blue) = 235+208+236=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0EC is #142F13. Grayscale: #DBDBDB. Windows color (decimal): -1322772 or 15519979. OLE color: 15519979.

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

Color convert

RGB 235 208 236 -
CMYK 0.00 0.12 0 0.07
HSL 297.86º 0.42% 0.87% -
HSV(B) 297.86º 0.12% 0.93% -
XYZ 71.96 68.83 88.85 -
YUV 219.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 235 208 236 0.00 0.12 0 0.07 297.86 0.42 0.87
Hex EB D0 EC 0 C 0 7 12A 2A 57
Octal 353 320 354 0 14 0 7 452 52 127
Binary 11101011 11010000 11101100 0 1100 0 111 100101010 101010 1010111

Color Harmonies of #EBD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0EC

Black with #EBD0EC

Text Example


Text Example

White with #EBD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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