Html Css Color HEX #EDDCEC Snuff

📋 copy color: '#EDDCEC'

red 237 ◦ green 220 ◦ blue 236

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

Shades of Snuff #EDDCEC

Tints of Snuff #EDDCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.05%

R = 34.2%
G = 31.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDDCEC (or 0xEDDCEC) is known color: Snuff. HEX triplet: ED, DC and EC. RGB value is (237,220,236). Sum of RGB (Red+Green+Blue) = 237+220+236=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCEC is #122313. Grayscale: #E2E2E2. Windows color (decimal): -1188628 or 15523053. OLE color: 15523053.

HSL color Cylindrical-coordinate representation of color #EDDCEC: hue angle of 303.53º 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 #EDDCEC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 236 -
CMYK 0 0.07 0.00 0.07
HSL 303.53º 0.32% 0.9% -
HSV(B) 303.53º 0.07% 0.93% -
XYZ 75.66 75.25 89.89 -
YUV 226.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 237 220 236 0 0.07 0.00 0.07 303.53 0.32 0.9
Hex ED DC EC 0 7 0 7 130 20 5A
Octal 355 334 354 0 7 0 7 460 40 132
Binary 11101101 11011100 11101100 0 111 0 111 100110000 100000 1011010

Color Harmonies of #EDDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCEC

Black with #EDDCEC

Text Example


Text Example

White with #EDDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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