Html Css Color HEX #EED2EB Snuff

📋 copy color: '#EED2EB'

red 238 ◦ green 210 ◦ blue 235

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

Shades of Snuff #EED2EB

Tints of Snuff #EED2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.75%

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 34.85%
G = 30.75%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EED2EB (or 0xEED2EB) is known color: Snuff. HEX triplet: EE, D2 and EB. RGB value is (238,210,235). Sum of RGB (Red+Green+Blue) = 238+210+235=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2EB is #112D14. Grayscale: #DDDDDD. Windows color (decimal): -1125653 or 15454958. OLE color: 15454958.

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

Color convert

RGB 238 210 235 -
CMYK 0 0.12 0.01 0.07
HSL 306.43º 0.45% 0.88% -
HSV(B) 306.43º 0.12% 0.93% -
XYZ 73.3 70.27 88.3 -
YUV 221.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 238 210 235 0 0.12 0.01 0.07 306.43 0.45 0.88
Hex EE D2 EB 0 C 1 7 132 2D 58
Octal 356 322 353 0 14 1 7 462 55 130
Binary 11101110 11010010 11101011 0 1100 1 111 100110010 101101 1011000

Color Harmonies of #EED2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2EB

Black with #EED2EB

Text Example


Text Example

White with #EED2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2EB; }

 p { color: rgb(238,210,235); }

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

background-color css

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

 a { background-color: rgb(238,210,235); }

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

border-color css

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

 span { border-color: rgb(238,210,235); }

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