Html Css Color HEX #EBC6F2 Snuff

📋 copy color: '#EBC6F2'

red 235 ◦ green 198 ◦ blue 242

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

Shades of Snuff #EBC6F2

Tints of Snuff #EBC6F2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.33%

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 34.81%
G = 29.33%
B = 35.85%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBC6F2 (or 0xEBC6F2) is known color: Snuff. HEX triplet: EB, C6 and F2. RGB value is (235,198,242). Sum of RGB (Red+Green+Blue) = 235+198+242=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBC6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6F2 is #14390D. Grayscale: #D5D5D5. Windows color (decimal): -1325326 or 15910635. OLE color: 15910635.

HSL color Cylindrical-coordinate representation of color #EBC6F2: hue angle of 290.45º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC6F2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 198 242 -
CMYK 0.03 0.18 0 0.05
HSL 290.45º 0.63% 0.86% -
HSV(B) 290.45º 0.18% 0.95% -
XYZ 70.48 64.46 92.73 -
YUV 214.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 235 198 242 0.03 0.18 0 0.05 290.45 0.63 0.86
Hex EB C6 F2 3 12 0 5 122 3F 56
Octal 353 306 362 3 22 0 5 442 77 126
Binary 11101011 11000110 11110010 11 10010 0 101 100100010 111111 1010110

Color Harmonies of #EBC6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6F2

Black with #EBC6F2

Text Example


Text Example

White with #EBC6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6F2; }

 p { color: rgb(235,198,242); }

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

background-color css

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

 a { background-color: rgb(235,198,242); }

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

border-color css

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

 span { border-color: rgb(235,198,242); }

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