Html Css Color HEX #EBC8F0 Snuff

📋 copy color: '#EBC8F0'

red 235 ◦ green 200 ◦ blue 240

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

Shades of Snuff #EBC8F0

Tints of Snuff #EBC8F0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.63%

 BLUE value IS 240 (94.14% from 255) = 35.56%

R = 34.81%
G = 29.63%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBC8F0 (or 0xEBC8F0) is known color: Snuff. HEX triplet: EB, C8 and F0. RGB value is (235,200,240). Sum of RGB (Red+Green+Blue) = 235+200+240=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8F0 is #14370F. Grayscale: #D6D6D6. Windows color (decimal): -1324816 or 15780075. OLE color: 15780075.

HSL color Cylindrical-coordinate representation of color #EBC8F0: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC8F0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 200 240 -
CMYK 0.02 0.17 0 0.06
HSL 292.5º 0.57% 0.86% -
HSV(B) 292.5º 0.17% 0.94% -
XYZ 70.64 65.26 91.31 -
YUV 215.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 235 200 240 0.02 0.17 0 0.06 292.5 0.57 0.86
Hex EB C8 F0 2 11 0 6 124 39 56
Octal 353 310 360 2 21 0 6 444 71 126
Binary 11101011 11001000 11110000 10 10001 0 110 100100100 111001 1010110

Color Harmonies of #EBC8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8F0

Black with #EBC8F0

Text Example


Text Example

White with #EBC8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8F0; }

 p { color: rgb(235,200,240); }

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

background-color css

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

 a { background-color: rgb(235,200,240); }

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

border-color css

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

 span { border-color: rgb(235,200,240); }

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