Html Css Color HEX #E6C1EC Snuff

📋 copy color: '#E6C1EC'

red 230 ◦ green 193 ◦ blue 236

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

Shades of Snuff #E6C1EC

Tints of Snuff #E6C1EC

RGB

 RED value IS 230 (90.23% from 255) = 34.9%

 GREEN value IS 193 (75.78% from 255) = 29.29%

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

R = 34.9%
G = 29.29%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6C1EC (or 0xE6C1EC) is known color: Snuff. HEX triplet: E6, C1 and EC. RGB value is (230,193,236). Sum of RGB (Red+Green+Blue) = 230+193+236=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C1EC is #193E13. Grayscale: #D0D0D0. Windows color (decimal): -1654292 or 15516134. OLE color: 15516134.

HSL color Cylindrical-coordinate representation of color #E6C1EC: hue angle of 291.63º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C1EC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 193 236 -
CMYK 0.03 0.18 0 0.07
HSL 291.63º 0.53% 0.84% -
HSV(B) 291.63º 0.18% 0.93% -
XYZ 66.84 61.02 87.61 -
YUV 208.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 230 193 236 0.03 0.18 0 0.07 291.63 0.53 0.84
Hex E6 C1 EC 3 12 0 7 124 35 54
Octal 346 301 354 3 22 0 7 444 65 124
Binary 11100110 11000001 11101100 11 10010 0 111 100100100 110101 1010100

Color Harmonies of #E6C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C1EC

Black with #E6C1EC

Text Example


Text Example

White with #E6C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C1EC; }

 p { color: rgb(230,193,236); }

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

background-color css

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

 a { background-color: rgb(230,193,236); }

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

border-color css

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

 span { border-color: rgb(230,193,236); }

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