Html Css Color HEX #EED3EA Snuff

📋 copy color: '#EED3EA'

red 238 ◦ green 211 ◦ blue 234

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

Shades of Snuff #EED3EA

Tints of Snuff #EED3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.89%

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 34.85%
G = 30.89%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EED3EA (or 0xEED3EA) is known color: Snuff. HEX triplet: EE, D3 and EA. RGB value is (238,211,234). Sum of RGB (Red+Green+Blue) = 238+211+234=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3EA is #112C15. Grayscale: #DDDDDD. Windows color (decimal): -1125398 or 15389678. OLE color: 15389678.

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

Color convert

RGB 238 211 234 -
CMYK 0 0.11 0.02 0.07
HSL 308.89º 0.44% 0.88% -
HSV(B) 308.89º 0.11% 0.93% -
XYZ 73.41 70.71 87.62 -
YUV 221.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 238 211 234 0 0.11 0.02 0.07 308.89 0.44 0.88
Hex EE D3 EA 0 B 2 7 135 2C 58
Octal 356 323 352 0 13 2 7 465 54 130
Binary 11101110 11010011 11101010 0 1011 10 111 100110101 101100 1011000

Color Harmonies of #EED3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3EA

Black with #EED3EA

Text Example


Text Example

White with #EED3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3EA; }

 p { color: rgb(238,211,234); }

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

background-color css

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

 a { background-color: rgb(238,211,234); }

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

border-color css

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

 span { border-color: rgb(238,211,234); }

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