Html Css Color HEX #EDDAEC Snuff

📋 copy color: '#EDDAEC'

red 237 ◦ green 218 ◦ blue 236

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

Shades of Snuff #EDDAEC

Tints of Snuff #EDDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.55%

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

R = 34.3%
G = 31.55%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDDAEC (or 0xEDDAEC) is known color: Snuff. HEX triplet: ED, DA and EC. RGB value is (237,218,236). Sum of RGB (Red+Green+Blue) = 237+218+236=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAEC is #122513. Grayscale: #E1E1E1. Windows color (decimal): -1189140 or 15522541. OLE color: 15522541.

HSL color Cylindrical-coordinate representation of color #EDDAEC: hue angle of 303.16º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDAEC is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 218 236 -
CMYK 0 0.08 0.00 0.07
HSL 303.16º 0.35% 0.89% -
HSV(B) 303.16º 0.08% 0.93% -
XYZ 75.14 74.2 89.72 -
YUV 225.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 237 218 236 0 0.08 0.00 0.07 303.16 0.35 0.89
Hex ED DA EC 0 8 0 7 12F 23 59
Octal 355 332 354 0 10 0 7 457 43 131
Binary 11101101 11011010 11101100 0 1000 0 111 100101111 100011 1011001

Color Harmonies of #EDDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAEC

Black with #EDDAEC

Text Example


Text Example

White with #EDDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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