Html Css Color HEX #EDE2EA Snuff

📋 copy color: '#EDE2EA'

red 237 ◦ green 226 ◦ blue 234

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

Shades of Snuff #EDE2EA

Tints of Snuff #EDE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.42%

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

R = 34%
G = 32.42%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDE2EA (or 0xEDE2EA) is known color: Snuff. HEX triplet: ED, E2 and EA. RGB value is (237,226,234). Sum of RGB (Red+Green+Blue) = 237+226+234=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2EA is #121D15. Grayscale: #E6E6E6. Windows color (decimal): -1187094 or 15393517. OLE color: 15393517.

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

Color convert

RGB 237 226 234 -
CMYK 0 0.05 0.01 0.07
HSL 316.36º 0.23% 0.91% -
HSV(B) 316.36º 0.05% 0.93% -
XYZ 76.97 78.34 88.91 -
YUV 230.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 237 226 234 0 0.05 0.01 0.07 316.36 0.23 0.91
Hex ED E2 EA 0 5 1 7 13C 17 5B
Octal 355 342 352 0 5 1 7 474 27 133
Binary 11101101 11100010 11101010 0 101 1 111 100111100 10111 1011011

Color Harmonies of #EDE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2EA

Black with #EDE2EA

Text Example


Text Example

White with #EDE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2EA; }

 p { color: rgb(237,226,234); }

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

background-color css

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

 a { background-color: rgb(237,226,234); }

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

border-color css

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

 span { border-color: rgb(237,226,234); }

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