Html Css Color HEX #EEC4ED Snuff

📋 copy color: '#EEC4ED'

red 238 ◦ green 196 ◦ blue 237

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

Shades of Snuff #EEC4ED

Tints of Snuff #EEC4ED

RGB

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

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

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

R = 35.47%
G = 29.21%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEC4ED (or 0xEEC4ED) is known color: Snuff. HEX triplet: EE, C4 and ED. RGB value is (238,196,237). Sum of RGB (Red+Green+Blue) = 238+196+237=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4ED is #113B12. Grayscale: #D5D5D5. Windows color (decimal): -1129235 or 15582446. OLE color: 15582446.

HSL color Cylindrical-coordinate representation of color #EEC4ED: hue angle of 301.43º 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 #EEC4ED is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 237 -
CMYK 0 0.18 0.00 0.07
HSL 301.43º 0.55% 0.85% -
HSV(B) 301.43º 0.18% 0.93% -
XYZ 70.29 63.77 88.73 -
YUV 213.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 238 196 237 0 0.18 0.00 0.07 301.43 0.55 0.85
Hex EE C4 ED 0 12 0 7 12D 37 55
Octal 356 304 355 0 22 0 7 455 67 125
Binary 11101110 11000100 11101101 0 10010 0 111 100101101 110111 1010101

Color Harmonies of #EEC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4ED

Black with #EEC4ED

Text Example


Text Example

White with #EEC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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