Html Css Color HEX #EDDBE9 Snuff

📋 copy color: '#EDDBE9'

red 237 ◦ green 219 ◦ blue 233

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

Shades of Snuff #EDDBE9

Tints of Snuff #EDDBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.82%

R = 34.4%
G = 31.79%
B = 33.82%

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

#EDDBE9 (or 0xEDDBE9) is known color: Snuff. HEX triplet: ED, DB and E9. RGB value is (237,219,233). Sum of RGB (Red+Green+Blue) = 237+219+233=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE9 is #122416. Grayscale: #E1E1E1. Windows color (decimal): -1188887 or 15326189. OLE color: 15326189.

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

Color convert

RGB 237 219 233 -
CMYK 0 0.08 0.02 0.07
HSL 313.33º 0.33% 0.89% -
HSV(B) 313.33º 0.08% 0.93% -
XYZ 74.96 74.55 87.53 -
YUV 225.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 237 219 233 0 0.08 0.02 0.07 313.33 0.33 0.89
Hex ED DB E9 0 8 2 7 139 21 59
Octal 355 333 351 0 10 2 7 471 41 131
Binary 11101101 11011011 11101001 0 1000 10 111 100111001 100001 1011001

Color Harmonies of #EDDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBE9

Black with #EDDBE9

Text Example


Text Example

White with #EDDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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