Html Css Color HEX #EED2ED Snuff

📋 copy color: '#EED2ED'

red 238 ◦ green 210 ◦ blue 237

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

Shades of Snuff #EED2ED

Tints of Snuff #EED2ED

RGB

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

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

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

R = 34.74%
G = 30.66%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EED2ED (or 0xEED2ED) is known color: Snuff. HEX triplet: EE, D2 and ED. RGB value is (238,210,237). Sum of RGB (Red+Green+Blue) = 238+210+237=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2ED is #112D12. Grayscale: #DDDDDD. Windows color (decimal): -1125651 or 15586030. OLE color: 15586030.

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

Color convert

RGB 238 210 237 -
CMYK 0 0.12 0.00 0.07
HSL 302.14º 0.45% 0.88% -
HSV(B) 302.14º 0.12% 0.93% -
XYZ 73.59 70.38 89.83 -
YUV 221.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 238 210 237 0 0.12 0.00 0.07 302.14 0.45 0.88
Hex EE D2 ED 0 C 0 7 12E 2D 58
Octal 356 322 355 0 14 0 7 456 55 130
Binary 11101110 11010010 11101101 0 1100 0 111 100101110 101101 1011000

Color Harmonies of #EED2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2ED

Black with #EED2ED

Text Example


Text Example

White with #EED2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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