Html Css Color HEX #EEC4EA Snuff

📋 copy color: '#EEC4EA'

red 238 ◦ green 196 ◦ blue 234

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

Shades of Snuff #EEC4EA

Tints of Snuff #EEC4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.03%

R = 35.63%
G = 29.34%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EEC4EA (or 0xEEC4EA) is known color: Snuff. HEX triplet: EE, C4 and EA. RGB value is (238,196,234). Sum of RGB (Red+Green+Blue) = 238+196+234=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4EA is #113B15. Grayscale: #D4D4D4. Windows color (decimal): -1129238 or 15385838. OLE color: 15385838.

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

Color convert

RGB 238 196 234 -
CMYK 0 0.18 0.02 0.07
HSL 305.71º 0.55% 0.85% -
HSV(B) 305.71º 0.18% 0.93% -
XYZ 69.85 63.6 86.44 -
YUV 212.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 238 196 234 0 0.18 0.02 0.07 305.71 0.55 0.85
Hex EE C4 EA 0 12 2 7 132 37 55
Octal 356 304 352 0 22 2 7 462 67 125
Binary 11101110 11000100 11101010 0 10010 10 111 100110010 110111 1010101

Color Harmonies of #EEC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4EA

Black with #EEC4EA

Text Example


Text Example

White with #EEC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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