Html Css Color HEX #EEC3F2 Snuff

📋 copy color: '#EEC3F2'

red 238 ◦ green 195 ◦ blue 242

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

Shades of Snuff #EEC3F2

Tints of Snuff #EEC3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 35.26%
G = 28.89%
B = 35.85%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEC3F2 (or 0xEEC3F2) is known color: Snuff. HEX triplet: EE, C3 and F2. RGB value is (238,195,242). Sum of RGB (Red+Green+Blue) = 238+195+242=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEC3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3F2 is #113C0D. Grayscale: #D5D5D5. Windows color (decimal): -1129486 or 15909870. OLE color: 15909870.

HSL color Cylindrical-coordinate representation of color #EEC3F2: hue angle of 294.89º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC3F2 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 195 242 -
CMYK 0.02 0.19 0 0.05
HSL 294.89º 0.64% 0.86% -
HSV(B) 294.89º 0.19% 0.95% -
XYZ 70.8 63.62 92.55 -
YUV 213.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 238 195 242 0.02 0.19 0 0.05 294.89 0.64 0.86
Hex EE C3 F2 2 13 0 5 127 40 56
Octal 356 303 362 2 23 0 5 447 100 126
Binary 11101110 11000011 11110010 10 10011 0 101 100100111 1000000 1010110

Color Harmonies of #EEC3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3F2

Black with #EEC3F2

Text Example


Text Example

White with #EEC3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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