Html Css Color HEX #EDDCE8 Snuff

📋 copy color: '#EDDCE8'

red 237 ◦ green 220 ◦ blue 232

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

Shades of Snuff #EDDCE8

Tints of Snuff #EDDCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.67%

R = 34.4%
G = 31.93%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDDCE8 (or 0xEDDCE8) is known color: Snuff. HEX triplet: ED, DC and E8. RGB value is (237,220,232). Sum of RGB (Red+Green+Blue) = 237+220+232=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE8 is #122317. Grayscale: #E2E2E2. Windows color (decimal): -1188632 or 15260909. OLE color: 15260909.

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

Color convert

RGB 237 220 232 -
CMYK 0 0.07 0.02 0.07
HSL 317.65º 0.32% 0.9% -
HSV(B) 317.65º 0.07% 0.93% -
XYZ 75.08 75.02 86.87 -
YUV 226.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 237 220 232 0 0.07 0.02 0.07 317.65 0.32 0.9
Hex ED DC E8 0 7 2 7 13E 20 5A
Octal 355 334 350 0 7 2 7 476 40 132
Binary 11101101 11011100 11101000 0 111 10 111 100111110 100000 1011010

Color Harmonies of #EDDCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCE8

Black with #EDDCE8

Text Example


Text Example

White with #EDDCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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