Html Css Color HEX #EBD2EE Snuff

📋 copy color: '#EBD2EE'

red 235 ◦ green 210 ◦ blue 238

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

Shades of Snuff #EBD2EE

Tints of Snuff #EBD2EE

RGB

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

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

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

R = 34.41%
G = 30.75%
B = 34.85%

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

#EBD2EE (or 0xEBD2EE) is known color: Snuff. HEX triplet: EB, D2 and EE. RGB value is (235,210,238). Sum of RGB (Red+Green+Blue) = 235+210+238=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2EE is #142D11. Grayscale: #DCDCDC. Windows color (decimal): -1322258 or 15651563. OLE color: 15651563.

HSL color Cylindrical-coordinate representation of color #EBD2EE: hue angle of 293.57º degrees, saturation: 0.45, 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 #EBD2EE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 210 238 -
CMYK 0.01 0.12 0 0.07
HSL 293.57º 0.45% 0.88% -
HSV(B) 293.57º 0.12% 0.93% -
XYZ 72.74 69.93 90.55 -
YUV 220.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 235 210 238 0.01 0.12 0 0.07 293.57 0.45 0.88
Hex EB D2 EE 1 C 0 7 126 2D 58
Octal 353 322 356 1 14 0 7 446 55 130
Binary 11101011 11010010 11101110 1 1100 0 111 100100110 101101 1011000

Color Harmonies of #EBD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2EE

Black with #EBD2EE

Text Example


Text Example

White with #EBD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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