Html Css Color HEX #EBCDEC Snuff

📋 copy color: '#EBCDEC'

red 235 ◦ green 205 ◦ blue 236

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

Shades of Snuff #EBCDEC

Tints of Snuff #EBCDEC

RGB

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

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

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

R = 34.76%
G = 30.33%
B = 34.91%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBCDEC (or 0xEBCDEC) is known color: Snuff. HEX triplet: EB, CD and EC. RGB value is (235,205,236). Sum of RGB (Red+Green+Blue) = 235+205+236=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDEC is #143213. Grayscale: #D9D9D9. Windows color (decimal): -1323540 or 15519211. OLE color: 15519211.

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

Color convert

RGB 235 205 236 -
CMYK 0.00 0.13 0 0.07
HSL 298.06º 0.45% 0.86% -
HSV(B) 298.06º 0.13% 0.93% -
XYZ 71.23 67.38 88.61 -
YUV 217.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 235 205 236 0.00 0.13 0 0.07 298.06 0.45 0.86
Hex EB CD EC 0 D 0 7 12A 2D 56
Octal 353 315 354 0 15 0 7 452 55 126
Binary 11101011 11001101 11101100 0 1101 0 111 100101010 101101 1010110

Color Harmonies of #EBCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDEC

Black with #EBCDEC

Text Example


Text Example

White with #EBCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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