Html Css Color HEX #EEDEED Snuff

📋 copy color: '#EEDEED'

red 238 ◦ green 222 ◦ blue 237

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

Shades of Snuff #EEDEED

Tints of Snuff #EEDEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.85%

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

R = 34.15%
G = 31.85%
B = 34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEDEED (or 0xEEDEED) is known color: Snuff. HEX triplet: EE, DE and ED. RGB value is (238,222,237). Sum of RGB (Red+Green+Blue) = 238+222+237=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEED is #112112. Grayscale: #E4E4E4. Windows color (decimal): -1122579 or 15589102. OLE color: 15589102.

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

Color convert

RGB 238 222 237 -
CMYK 0 0.07 0.00 0.07
HSL 303.75º 0.32% 0.9% -
HSV(B) 303.75º 0.07% 0.93% -
XYZ 76.67 76.53 90.85 -
YUV 228.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 238 222 237 0 0.07 0.00 0.07 303.75 0.32 0.9
Hex EE DE ED 0 7 0 7 130 20 5A
Octal 356 336 355 0 7 0 7 460 40 132
Binary 11101110 11011110 11101101 0 111 0 111 100110000 100000 1011010

Color Harmonies of #EEDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEED

Black with #EEDEED

Text Example


Text Example

White with #EEDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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