Html Css Color HEX #EED7EA Snuff

📋 copy color: '#EED7EA'

red 238 ◦ green 215 ◦ blue 234

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

Shades of Snuff #EED7EA

Tints of Snuff #EED7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.3%

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

R = 34.64%
G = 31.3%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EED7EA (or 0xEED7EA) is known color: Snuff. HEX triplet: EE, D7 and EA. RGB value is (238,215,234). Sum of RGB (Red+Green+Blue) = 238+215+234=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7EA is #112815. Grayscale: #DFDFDF. Windows color (decimal): -1124374 or 15390702. OLE color: 15390702.

HSL color Cylindrical-coordinate representation of color #EED7EA: hue angle of 310.43º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED7EA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 234 -
CMYK 0 0.10 0.02 0.07
HSL 310.43º 0.4% 0.89% -
HSV(B) 310.43º 0.1% 0.93% -
XYZ 74.41 72.72 87.96 -
YUV 224.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 238 215 234 0 0.10 0.02 0.07 310.43 0.4 0.89
Hex EE D7 EA 0 A 2 7 136 28 59
Octal 356 327 352 0 12 2 7 466 50 131
Binary 11101110 11010111 11101010 0 1010 10 111 100110110 101000 1011001

Color Harmonies of #EED7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7EA

Black with #EED7EA

Text Example


Text Example

White with #EED7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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