Html Css Color HEX #E6C3ED Snuff

📋 copy color: '#E6C3ED'

red 230 ◦ green 195 ◦ blue 237

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

Shades of Snuff #E6C3ED

Tints of Snuff #E6C3ED

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.46%

 BLUE value IS 237 (92.97% from 255) = 35.8%

R = 34.74%
G = 29.46%
B = 35.8%

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

#E6C3ED (or 0xE6C3ED) is known color: Snuff. HEX triplet: E6, C3 and ED. RGB value is (230,195,237). Sum of RGB (Red+Green+Blue) = 230+195+237=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 195 (76.56% from 255 or 29.46% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6C3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C3ED is #193C12. Grayscale: #D2D2D2. Windows color (decimal): -1653779 or 15582182. OLE color: 15582182.

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

Color convert

RGB 230 195 237 -
CMYK 0.03 0.18 0 0.07
HSL 290º 0.54% 0.85% -
HSV(B) 290º 0.18% 0.93% -
XYZ 67.43 61.97 88.53 -
YUV 210.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 230 195 237 0.03 0.18 0 0.07 290 0.54 0.85
Hex E6 C3 ED 3 12 0 7 122 36 55
Octal 346 303 355 3 22 0 7 442 66 125
Binary 11100110 11000011 11101101 11 10010 0 111 100100010 110110 1010101

Color Harmonies of #E6C3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C3ED

Black with #E6C3ED

Text Example


Text Example

White with #E6C3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C3ED; }

 p { color: rgb(230,195,237); }

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

background-color css

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

 a { background-color: rgb(230,195,237); }

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

border-color css

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

 span { border-color: rgb(230,195,237); }

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