Html Css Color HEX #EEC1ED Snuff

📋 copy color: '#EEC1ED'

red 238 ◦ green 193 ◦ blue 237

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

Shades of Snuff #EEC1ED

Tints of Snuff #EEC1ED

RGB

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

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

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

R = 35.63%
G = 28.89%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEC1ED (or 0xEEC1ED) is known color: Snuff. HEX triplet: EE, C1 and ED. RGB value is (238,193,237). Sum of RGB (Red+Green+Blue) = 238+193+237=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1ED is #113E12. Grayscale: #D3D3D3. Windows color (decimal): -1130003 or 15581678. OLE color: 15581678.

HSL color Cylindrical-coordinate representation of color #EEC1ED: hue angle of 301.33º 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 #EEC1ED is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 237 -
CMYK 0 0.19 0.00 0.07
HSL 301.33º 0.57% 0.85% -
HSV(B) 301.33º 0.19% 0.93% -
XYZ 69.62 62.43 88.5 -
YUV 211.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 238 193 237 0 0.19 0.00 0.07 301.33 0.57 0.85
Hex EE C1 ED 0 13 0 7 12D 39 55
Octal 356 301 355 0 23 0 7 455 71 125
Binary 11101110 11000001 11101101 0 10011 0 111 100101101 111001 1010101

Color Harmonies of #EEC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1ED

Black with #EEC1ED

Text Example


Text Example

White with #EEC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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