Html Css Color HEX #EDDAED Snuff

📋 copy color: '#EDDAED'

red 237 ◦ green 218 ◦ blue 237

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

Shades of Snuff #EDDAED

Tints of Snuff #EDDAED

RGB

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

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

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

R = 34.25%
G = 31.5%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDAED (or 0xEDDAED) is known color: Snuff. HEX triplet: ED, DA and ED. RGB value is (237,218,237). Sum of RGB (Red+Green+Blue) = 237+218+237=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAED is #122512. Grayscale: #E1E1E1. Windows color (decimal): -1189139 or 15588077. OLE color: 15588077.

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

Color convert

RGB 237 218 237 -
CMYK 0 0.08 0 0.07
HSL 300º 0.35% 0.89% -
HSV(B) 300º 0.08% 0.93% -
XYZ 75.28 74.26 90.49 -
YUV 225.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 237 218 237 0 0.08 0 0.07 300 0.35 0.89
Hex ED DA ED 0 8 0 7 12C 23 59
Octal 355 332 355 0 10 0 7 454 43 131
Binary 11101101 11011010 11101101 0 1000 0 111 100101100 100011 1011001

Color Harmonies of #EDDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAED

Black with #EDDAED

Text Example


Text Example

White with #EDDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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