Html Css Color HEX #EEDCED Snuff

📋 copy color: '#EEDCED'

red 238 ◦ green 220 ◦ blue 237

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

Shades of Snuff #EEDCED

Tints of Snuff #EEDCED

RGB

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

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

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

R = 34.24%
G = 31.65%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEDCED (or 0xEEDCED) is known color: Snuff. HEX triplet: EE, DC and ED. RGB value is (238,220,237). Sum of RGB (Red+Green+Blue) = 238+220+237=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCED is #112312. Grayscale: #E3E3E3. Windows color (decimal): -1123091 or 15588590. OLE color: 15588590.

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

Color convert

RGB 238 220 237 -
CMYK 0 0.08 0.00 0.07
HSL 303.33º 0.35% 0.9% -
HSV(B) 303.33º 0.08% 0.93% -
XYZ 76.14 75.48 90.68 -
YUV 227.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 238 220 237 0 0.08 0.00 0.07 303.33 0.35 0.9
Hex EE DC ED 0 8 0 7 12F 23 5A
Octal 356 334 355 0 10 0 7 457 43 132
Binary 11101110 11011100 11101101 0 1000 0 111 100101111 100011 1011010

Color Harmonies of #EEDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCED

Black with #EEDCED

Text Example


Text Example

White with #EEDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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