Html Css Color HEX #EDDBE8 Snuff

📋 copy color: '#EDDBE8'

red 237 ◦ green 219 ◦ blue 232

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

Shades of Snuff #EDDBE8

Tints of Snuff #EDDBE8

RGB

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

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

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

R = 34.45%
G = 31.83%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDDBE8 (or 0xEDDBE8) is known color: Snuff. HEX triplet: ED, DB and E8. RGB value is (237,219,232). Sum of RGB (Red+Green+Blue) = 237+219+232=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE8 is #122417. Grayscale: #E1E1E1. Windows color (decimal): -1188888 or 15260653. OLE color: 15260653.

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

Color convert

RGB 237 219 232 -
CMYK 0 0.08 0.02 0.07
HSL 316.67º 0.33% 0.89% -
HSV(B) 316.67º 0.08% 0.93% -
XYZ 74.82 74.49 86.78 -
YUV 225.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 237 219 232 0 0.08 0.02 0.07 316.67 0.33 0.89
Hex ED DB E8 0 8 2 7 13D 21 59
Octal 355 333 350 0 10 2 7 475 41 131
Binary 11101101 11011011 11101000 0 1000 10 111 100111101 100001 1011001

Color Harmonies of #EDDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBE8

Black with #EDDBE8

Text Example


Text Example

White with #EDDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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