Html Css Color HEX #EEC2EF Snuff

📋 copy color: '#EEC2EF'

red 238 ◦ green 194 ◦ blue 239

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

Shades of Snuff #EEC2EF

Tints of Snuff #EEC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.91%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 35.47%
G = 28.91%
B = 35.62%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEC2EF (or 0xEEC2EF) is known color: Snuff. HEX triplet: EE, C2 and EF. RGB value is (238,194,239). Sum of RGB (Red+Green+Blue) = 238+194+239=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2EF is #113D10. Grayscale: #D4D4D4. Windows color (decimal): -1129745 or 15713006. OLE color: 15713006.

HSL color Cylindrical-coordinate representation of color #EEC2EF: hue angle of 298.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC2EF is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 194 239 -
CMYK 0.00 0.19 0 0.06
HSL 298.67º 0.58% 0.85% -
HSV(B) 298.67º 0.19% 0.94% -
XYZ 70.13 62.99 90.12 -
YUV 212.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 238 194 239 0.00 0.19 0 0.06 298.67 0.58 0.85
Hex EE C2 EF 0 13 0 6 12B 3A 55
Octal 356 302 357 0 23 0 6 453 72 125
Binary 11101110 11000010 11101111 0 10011 0 110 100101011 111010 1010101

Color Harmonies of #EEC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2EF

Black with #EEC2EF

Text Example


Text Example

White with #EEC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2EF; }

 p { color: rgb(238,194,239); }

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

background-color css

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

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

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

border-color css

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

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

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