Html Css Color HEX #EDDBED Snuff

📋 copy color: '#EDDBED'

red 237 ◦ green 219 ◦ blue 237

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

Shades of Snuff #EDDBED

Tints of Snuff #EDDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.6%

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

R = 34.2%
G = 31.6%
B = 34.2%

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

#EDDBED (or 0xEDDBED) is known color: Snuff. HEX triplet: ED, DB and ED. RGB value is (237,219,237). Sum of RGB (Red+Green+Blue) = 237+219+237=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBED is #122412. Grayscale: #E2E2E2. Windows color (decimal): -1188883 or 15588333. OLE color: 15588333.

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

Color convert

RGB 237 219 237 -
CMYK 0 0.08 0 0.07
HSL 300º 0.33% 0.89% -
HSV(B) 300º 0.08% 0.93% -
XYZ 75.54 74.78 90.57 -
YUV 226.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 237 219 237 0 0.08 0 0.07 300 0.33 0.89
Hex ED DB ED 0 8 0 7 12C 21 59
Octal 355 333 355 0 10 0 7 454 41 131
Binary 11101101 11011011 11101101 0 1000 0 111 100101100 100001 1011001

Color Harmonies of #EDDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBED

Black with #EDDBED

Text Example


Text Example

White with #EDDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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