Html Css Color HEX #EEC4EC Snuff

📋 copy color: '#EEC4EC'

red 238 ◦ green 196 ◦ blue 236

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

Shades of Snuff #EEC4EC

Tints of Snuff #EEC4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 35.52%
G = 29.25%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEC4EC (or 0xEEC4EC) is known color: Snuff. HEX triplet: EE, C4 and EC. RGB value is (238,196,236). Sum of RGB (Red+Green+Blue) = 238+196+236=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4EC is #113B13. Grayscale: #D5D5D5. Windows color (decimal): -1129236 or 15516910. OLE color: 15516910.

HSL color Cylindrical-coordinate representation of color #EEC4EC: hue angle of 302.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4EC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 236 -
CMYK 0 0.18 0.01 0.07
HSL 302.86º 0.55% 0.85% -
HSV(B) 302.86º 0.18% 0.93% -
XYZ 70.14 63.71 87.96 -
YUV 213.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 238 196 236 0 0.18 0.01 0.07 302.86 0.55 0.85
Hex EE C4 EC 0 12 1 7 12F 37 55
Octal 356 304 354 0 22 1 7 457 67 125
Binary 11101110 11000100 11101100 0 10010 1 111 100101111 110111 1010101

Color Harmonies of #EEC4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4EC

Black with #EEC4EC

Text Example


Text Example

White with #EEC4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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