Html Css Color HEX #EBC7F0 Snuff

📋 copy color: '#EBC7F0'

red 235 ◦ green 199 ◦ blue 240

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

Shades of Snuff #EBC7F0

Tints of Snuff #EBC7F0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.53%

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

R = 34.87%
G = 29.53%
B = 35.61%

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

#EBC7F0 (or 0xEBC7F0) is known color: Snuff. HEX triplet: EB, C7 and F0. RGB value is (235,199,240). Sum of RGB (Red+Green+Blue) = 235+199+240=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7F0 is #14380F. Grayscale: #D6D6D6. Windows color (decimal): -1325072 or 15779819. OLE color: 15779819.

HSL color Cylindrical-coordinate representation of color #EBC7F0: hue angle of 292.68º degrees, saturation: 0.58, 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 #EBC7F0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 199 240 -
CMYK 0.02 0.17 0 0.06
HSL 292.68º 0.58% 0.86% -
HSV(B) 292.68º 0.17% 0.94% -
XYZ 70.41 64.8 91.23 -
YUV 214.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 235 199 240 0.02 0.17 0 0.06 292.68 0.58 0.86
Hex EB C7 F0 2 11 0 6 125 3A 56
Octal 353 307 360 2 21 0 6 445 72 126
Binary 11101011 11000111 11110000 10 10001 0 110 100100101 111010 1010110

Color Harmonies of #EBC7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7F0

Black with #EBC7F0

Text Example


Text Example

White with #EBC7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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