Html Css Color HEX #EEC0F1 Snuff

📋 copy color: '#EEC0F1'

red 238 ◦ green 192 ◦ blue 241

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

Shades of Snuff #EEC0F1

Tints of Snuff #EEC0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.92%

R = 35.47%
G = 28.61%
B = 35.92%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEC0F1 (or 0xEEC0F1) is known color: Snuff. HEX triplet: EE, C0 and F1. RGB value is (238,192,241). Sum of RGB (Red+Green+Blue) = 238+192+241=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0F1 is #113F0E. Grayscale: #D3D3D3. Windows color (decimal): -1130255 or 15843566. OLE color: 15843566.

HSL color Cylindrical-coordinate representation of color #EEC0F1: hue angle of 296.33º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC0F1 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 192 241 -
CMYK 0.01 0.20 0 0.05
HSL 296.33º 0.64% 0.85% -
HSV(B) 296.33º 0.2% 0.95% -
XYZ 69.99 62.23 91.54 -
YUV 211.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 238 192 241 0.01 0.20 0 0.05 296.33 0.64 0.85
Hex EE C0 F1 1 14 0 5 128 40 55
Octal 356 300 361 1 24 0 5 450 100 125
Binary 11101110 11000000 11110001 1 10100 0 101 100101000 1000000 1010101

Color Harmonies of #EEC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0F1

Black with #EEC0F1

Text Example


Text Example

White with #EEC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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