Html Css Color HEX #EBCEEC Snuff

📋 copy color: '#EBCEEC'

red 235 ◦ green 206 ◦ blue 236

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

Shades of Snuff #EBCEEC

Tints of Snuff #EBCEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.43%

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

R = 34.71%
G = 30.43%
B = 34.86%

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

#EBCEEC (or 0xEBCEEC) is known color: Snuff. HEX triplet: EB, CE and EC. RGB value is (235,206,236). Sum of RGB (Red+Green+Blue) = 235+206+236=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEEC is #143113. Grayscale: #DADADA. Windows color (decimal): -1323284 or 15519467. OLE color: 15519467.

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

Color convert

RGB 235 206 236 -
CMYK 0.00 0.13 0 0.07
HSL 298º 0.44% 0.87% -
HSV(B) 298º 0.13% 0.93% -
XYZ 71.47 67.86 88.69 -
YUV 218.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 235 206 236 0.00 0.13 0 0.07 298 0.44 0.87
Hex EB CE EC 0 D 0 7 12A 2C 57
Octal 353 316 354 0 15 0 7 452 54 127
Binary 11101011 11001110 11101100 0 1101 0 111 100101010 101100 1010111

Color Harmonies of #EBCEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEEC

Black with #EBCEEC

Text Example


Text Example

White with #EBCEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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