Html Css Color HEX #EEC1EE Snuff

📋 copy color: '#EEC1EE'

red 238 ◦ green 193 ◦ blue 238

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

Shades of Snuff #EEC1EE

Tints of Snuff #EEC1EE

RGB

 RED value IS 238 (93.36% from 255) = 35.58%

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

 BLUE value IS 238 (93.36% from 255) = 35.58%

R = 35.58%
G = 28.85%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEC1EE (or 0xEEC1EE) is known color: Snuff. HEX triplet: EE, C1 and EE. RGB value is (238,193,238). Sum of RGB (Red+Green+Blue) = 238+193+238=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1EE is #113E11. Grayscale: #D3D3D3. Windows color (decimal): -1130002 or 15647214. OLE color: 15647214.

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

Color convert

RGB 238 193 238 -
CMYK 0 0.19 0 0.07
HSL 300º 0.57% 0.85% -
HSV(B) 300º 0.19% 0.93% -
XYZ 69.76 62.49 89.27 -
YUV 211.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 238 193 238 0 0.19 0 0.07 300 0.57 0.85
Hex EE C1 EE 0 13 0 7 12C 39 55
Octal 356 301 356 0 23 0 7 454 71 125
Binary 11101110 11000001 11101110 0 10011 0 111 100101100 111001 1010101

Color Harmonies of #EEC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1EE

Black with #EEC1EE

Text Example


Text Example

White with #EEC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1EE; }

 p { color: rgb(238,193,238); }

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

background-color css

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

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

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

border-color css

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

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

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