Html Css Color HEX #EBD2EF Snuff

📋 copy color: '#EBD2EF'

red 235 ◦ green 210 ◦ blue 239

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

Shades of Snuff #EBD2EF

Tints of Snuff #EBD2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.7%

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 34.36%
G = 30.7%
B = 34.94%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBD2EF (or 0xEBD2EF) is known color: Snuff. HEX triplet: EB, D2 and EF. RGB value is (235,210,239). Sum of RGB (Red+Green+Blue) = 235+210+239=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2EF is #142D10. Grayscale: #DCDCDC. Windows color (decimal): -1322257 or 15717099. OLE color: 15717099.

HSL color Cylindrical-coordinate representation of color #EBD2EF: hue angle of 291.72º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD2EF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 210 239 -
CMYK 0.02 0.12 0 0.06
HSL 291.72º 0.48% 0.88% -
HSV(B) 291.72º 0.12% 0.94% -
XYZ 72.89 69.99 91.33 -
YUV 220.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 235 210 239 0.02 0.12 0 0.06 291.72 0.48 0.88
Hex EB D2 EF 2 C 0 6 124 30 58
Octal 353 322 357 2 14 0 6 444 60 130
Binary 11101011 11010010 11101111 10 1100 0 110 100100100 110000 1011000

Color Harmonies of #EBD2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2EF

Black with #EBD2EF

Text Example


Text Example

White with #EBD2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2EF; }

 p { color: rgb(235,210,239); }

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

background-color css

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

 a { background-color: rgb(235,210,239); }

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

border-color css

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

 span { border-color: rgb(235,210,239); }

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