Html Css Color HEX #EDE6EB Snuff

📋 copy color: '#EDE6EB'

red 237 ◦ green 230 ◦ blue 235

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

Shades of Snuff #EDE6EB

Tints of Snuff #EDE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.76%

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

R = 33.76%
G = 32.76%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDE6EB (or 0xEDE6EB) is known color: Snuff. HEX triplet: ED, E6 and EB. RGB value is (237,230,235). Sum of RGB (Red+Green+Blue) = 237+230+235=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6EB is #121914. Grayscale: #E8E8E8. Windows color (decimal): -1186069 or 15460077. OLE color: 15460077.

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

Color convert

RGB 237 230 235 -
CMYK 0 0.03 0.01 0.07
HSL 317.14º 0.16% 0.92% -
HSV(B) 317.14º 0.03% 0.93% -
XYZ 78.22 80.6 90.03 -
YUV 232.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 237 230 235 0 0.03 0.01 0.07 317.14 0.16 0.92
Hex ED E6 EB 0 3 1 7 13D 10 5C
Octal 355 346 353 0 3 1 7 475 20 134
Binary 11101101 11100110 11101011 0 11 1 111 100111101 10000 1011100

Color Harmonies of #EDE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6EB

Black with #EDE6EB

Text Example


Text Example

White with #EDE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6EB; }

 p { color: rgb(237,230,235); }

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

background-color css

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

 a { background-color: rgb(237,230,235); }

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

border-color css

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

 span { border-color: rgb(237,230,235); }

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