Html Css Color HEX #EBCDEA Snuff

📋 copy color: '#EBCDEA'

red 235 ◦ green 205 ◦ blue 234

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

Shades of Snuff #EBCDEA

Tints of Snuff #EBCDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.42%

 BLUE value IS 234 (91.8% from 255) = 34.72%

R = 34.87%
G = 30.42%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBCDEA (or 0xEBCDEA) is known color: Snuff. HEX triplet: EB, CD and EA. RGB value is (235,205,234). Sum of RGB (Red+Green+Blue) = 235+205+234=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDEA is #143215. Grayscale: #D9D9D9. Windows color (decimal): -1323542 or 15388139. OLE color: 15388139.

HSL color Cylindrical-coordinate representation of color #EBCDEA: hue angle of 302º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDEA is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 234 -
CMYK 0 0.13 0.00 0.08
HSL 302º 0.43% 0.86% -
HSV(B) 302º 0.13% 0.92% -
XYZ 70.94 67.27 87.09 -
YUV 217.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 235 205 234 0 0.13 0.00 0.08 302 0.43 0.86
Hex EB CD EA 0 D 0 8 12E 2B 56
Octal 353 315 352 0 15 0 10 456 53 126
Binary 11101011 11001101 11101010 0 1101 0 1000 100101110 101011 1010110

Color Harmonies of #EBCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDEA

Black with #EBCDEA

Text Example


Text Example

White with #EBCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDEA; }

 p { color: rgb(235,205,234); }

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

background-color css

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

 a { background-color: rgb(235,205,234); }

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

border-color css

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

 span { border-color: rgb(235,205,234); }

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