Html Css Color HEX #EEC0ED Snuff

📋 copy color: '#EEC0ED'

red 238 ◦ green 192 ◦ blue 237

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

Shades of Snuff #EEC0ED

Tints of Snuff #EEC0ED

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.79%

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

R = 35.68%
G = 28.79%
B = 35.53%

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

#EEC0ED (or 0xEEC0ED) is known color: Snuff. HEX triplet: EE, C0 and ED. RGB value is (238,192,237). Sum of RGB (Red+Green+Blue) = 238+192+237=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0ED is #113F12. Grayscale: #D2D2D2. Windows color (decimal): -1130259 or 15581422. OLE color: 15581422.

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

Color convert

RGB 238 192 237 -
CMYK 0 0.19 0.00 0.07
HSL 301.3º 0.58% 0.84% -
HSV(B) 301.3º 0.19% 0.93% -
XYZ 69.4 61.99 88.43 -
YUV 210.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 238 192 237 0 0.19 0.00 0.07 301.3 0.58 0.84
Hex EE C0 ED 0 13 0 7 12D 3A 54
Octal 356 300 355 0 23 0 7 455 72 124
Binary 11101110 11000000 11101101 0 10011 0 111 100101101 111010 1010100

Color Harmonies of #EEC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0ED

Black with #EEC0ED

Text Example


Text Example

White with #EEC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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