Html Css Color HEX #EEDCEC Snuff

📋 copy color: '#EEDCEC'

red 238 ◦ green 220 ◦ blue 236

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

Shades of Snuff #EEDCEC

Tints of Snuff #EEDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

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

R = 34.29%
G = 31.7%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEDCEC (or 0xEEDCEC) is known color: Snuff. HEX triplet: EE, DC and EC. RGB value is (238,220,236). Sum of RGB (Red+Green+Blue) = 238+220+236=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEC is #112313. Grayscale: #E3E3E3. Windows color (decimal): -1123092 or 15523054. OLE color: 15523054.

HSL color Cylindrical-coordinate representation of color #EEDCEC: hue angle of 306.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 236 -
CMYK 0 0.08 0.01 0.07
HSL 306.67º 0.35% 0.9% -
HSV(B) 306.67º 0.08% 0.93% -
XYZ 75.99 75.42 89.91 -
YUV 227.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 238 220 236 0 0.08 0.01 0.07 306.67 0.35 0.9
Hex EE DC EC 0 8 1 7 133 23 5A
Octal 356 334 354 0 10 1 7 463 43 132
Binary 11101110 11011100 11101100 0 1000 1 111 100110011 100011 1011010

Color Harmonies of #EEDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCEC

Black with #EEDCEC

Text Example


Text Example

White with #EEDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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