Html Css Color HEX #EEC3EC Snuff

📋 copy color: '#EEC3EC'

red 238 ◦ green 195 ◦ blue 236

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

Shades of Snuff #EEC3EC

Tints of Snuff #EEC3EC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.15%

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

R = 35.58%
G = 29.15%
B = 35.28%

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

#EEC3EC (or 0xEEC3EC) is known color: Snuff. HEX triplet: EE, C3 and EC. RGB value is (238,195,236). Sum of RGB (Red+Green+Blue) = 238+195+236=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3EC is #113C13. Grayscale: #D4D4D4. Windows color (decimal): -1129492 or 15516654. OLE color: 15516654.

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

Color convert

RGB 238 195 236 -
CMYK 0 0.18 0.01 0.07
HSL 302.79º 0.56% 0.85% -
HSV(B) 302.79º 0.18% 0.93% -
XYZ 69.92 63.26 87.88 -
YUV 212.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 238 195 236 0 0.18 0.01 0.07 302.79 0.56 0.85
Hex EE C3 EC 0 12 1 7 12F 38 55
Octal 356 303 354 0 22 1 7 457 70 125
Binary 11101110 11000011 11101100 0 10010 1 111 100101111 111000 1010101

Color Harmonies of #EEC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3EC

Black with #EEC3EC

Text Example


Text Example

White with #EEC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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