Html Css Color HEX #EBD2E8 Snuff

📋 copy color: '#EBD2E8'

red 235 ◦ green 210 ◦ blue 232

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

Shades of Snuff #EBD2E8

Tints of Snuff #EBD2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.27%

R = 34.71%
G = 31.02%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBD2E8 (or 0xEBD2E8) is known color: Snuff. HEX triplet: EB, D2 and E8. RGB value is (235,210,232). Sum of RGB (Red+Green+Blue) = 235+210+232=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2E8 is #142D17. Grayscale: #DBDBDB. Windows color (decimal): -1322264 or 15258347. OLE color: 15258347.

HSL color Cylindrical-coordinate representation of color #EBD2E8: hue angle of 307.2º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2E8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 232 -
CMYK 0 0.11 0.01 0.08
HSL 307.2º 0.38% 0.87% -
HSV(B) 307.2º 0.11% 0.92% -
XYZ 71.87 69.58 85.99 -
YUV 219.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 235 210 232 0 0.11 0.01 0.08 307.2 0.38 0.87
Hex EB D2 E8 0 B 1 8 133 26 57
Octal 353 322 350 0 13 1 10 463 46 127
Binary 11101011 11010010 11101000 0 1011 1 1000 100110011 100110 1010111

Color Harmonies of #EBD2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2E8

Black with #EBD2E8

Text Example


Text Example

White with #EBD2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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