Html Css Color HEX #EEC2EB Snuff

📋 copy color: '#EEC2EB'

red 238 ◦ green 194 ◦ blue 235

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

Shades of Snuff #EEC2EB

Tints of Snuff #EEC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.23%

R = 35.68%
G = 29.09%
B = 35.23%

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

#EEC2EB (or 0xEEC2EB) is known color: Snuff. HEX triplet: EE, C2 and EB. RGB value is (238,194,235). Sum of RGB (Red+Green+Blue) = 238+194+235=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2EB is #113D14. Grayscale: #D3D3D3. Windows color (decimal): -1129749 or 15450862. OLE color: 15450862.

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

Color convert

RGB 238 194 235 -
CMYK 0 0.18 0.01 0.07
HSL 304.09º 0.56% 0.85% -
HSV(B) 304.09º 0.18% 0.93% -
XYZ 69.55 62.76 87.05 -
YUV 211.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 238 194 235 0 0.18 0.01 0.07 304.09 0.56 0.85
Hex EE C2 EB 0 12 1 7 130 38 55
Octal 356 302 353 0 22 1 7 460 70 125
Binary 11101110 11000010 11101011 0 10010 1 111 100110000 111000 1010101

Color Harmonies of #EEC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2EB

Black with #EEC2EB

Text Example


Text Example

White with #EEC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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