Html Css Color HEX #EDDCEB Snuff

📋 copy color: '#EDDCEB'

red 237 ◦ green 220 ◦ blue 235

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

Shades of Snuff #EDDCEB

Tints of Snuff #EDDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.79%

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

R = 34.25%
G = 31.79%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDDCEB (or 0xEDDCEB) is known color: Snuff. HEX triplet: ED, DC and EB. RGB value is (237,220,235). Sum of RGB (Red+Green+Blue) = 237+220+235=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCEB is #122314. Grayscale: #E2E2E2. Windows color (decimal): -1188629 or 15457517. OLE color: 15457517.

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

Color convert

RGB 237 220 235 -
CMYK 0 0.07 0.01 0.07
HSL 307.06º 0.32% 0.9% -
HSV(B) 307.06º 0.07% 0.93% -
XYZ 75.51 75.19 89.13 -
YUV 226.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 237 220 235 0 0.07 0.01 0.07 307.06 0.32 0.9
Hex ED DC EB 0 7 1 7 133 20 5A
Octal 355 334 353 0 7 1 7 463 40 132
Binary 11101101 11011100 11101011 0 111 1 111 100110011 100000 1011010

Color Harmonies of #EDDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCEB

Black with #EDDCEB

Text Example


Text Example

White with #EDDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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