Html Css Color HEX #EEC2ED Snuff

📋 copy color: '#EEC2ED'

red 238 ◦ green 194 ◦ blue 237

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

Shades of Snuff #EEC2ED

Tints of Snuff #EEC2ED

RGB

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

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

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

R = 35.58%
G = 29%
B = 35.43%

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

#EEC2ED (or 0xEEC2ED) is known color: Snuff. HEX triplet: EE, C2 and ED. RGB value is (238,194,237). Sum of RGB (Red+Green+Blue) = 238+194+237=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2ED is #113D12. Grayscale: #D3D3D3. Windows color (decimal): -1129747 or 15581934. OLE color: 15581934.

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

Color convert

RGB 238 194 237 -
CMYK 0 0.18 0.00 0.07
HSL 301.36º 0.56% 0.85% -
HSV(B) 301.36º 0.18% 0.93% -
XYZ 69.84 62.88 88.58 -
YUV 212.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 238 194 237 0 0.18 0.00 0.07 301.36 0.56 0.85
Hex EE C2 ED 0 12 0 7 12D 38 55
Octal 356 302 355 0 22 0 7 455 70 125
Binary 11101110 11000010 11101101 0 10010 0 111 100101101 111000 1010101

Color Harmonies of #EEC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2ED

Black with #EEC2ED

Text Example


Text Example

White with #EEC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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