Html Css Color HEX #EEC4EF Snuff

📋 copy color: '#EEC4EF'

red 238 ◦ green 196 ◦ blue 239

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

Shades of Snuff #EEC4EF

Tints of Snuff #EEC4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.12%

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

R = 35.36%
G = 29.12%
B = 35.51%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEC4EF (or 0xEEC4EF) is known color: Snuff. HEX triplet: EE, C4 and EF. RGB value is (238,196,239). Sum of RGB (Red+Green+Blue) = 238+196+239=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4EF is #113B10. Grayscale: #D5D5D5. Windows color (decimal): -1129233 or 15713518. OLE color: 15713518.

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

Color convert

RGB 238 196 239 -
CMYK 0.00 0.18 0 0.06
HSL 298.6º 0.57% 0.85% -
HSV(B) 298.6º 0.18% 0.94% -
XYZ 70.58 63.89 90.27 -
YUV 213.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 238 196 239 0.00 0.18 0 0.06 298.6 0.57 0.85
Hex EE C4 EF 0 12 0 6 12B 39 55
Octal 356 304 357 0 22 0 6 453 71 125
Binary 11101110 11000100 11101111 0 10010 0 110 100101011 111001 1010101

Color Harmonies of #EEC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4EF

Black with #EEC4EF

Text Example


Text Example

White with #EEC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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