Html Css Color HEX #EDDBEB Snuff

📋 copy color: '#EDDBEB'

red 237 ◦ green 219 ◦ blue 235

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

Shades of Snuff #EDDBEB

Tints of Snuff #EDDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.01%

R = 34.3%
G = 31.69%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDDBEB (or 0xEDDBEB) is known color: Snuff. HEX triplet: ED, DB and EB. RGB value is (237,219,235). Sum of RGB (Red+Green+Blue) = 237+219+235=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBEB is #122414. Grayscale: #E2E2E2. Windows color (decimal): -1188885 or 15457261. OLE color: 15457261.

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

Color convert

RGB 237 219 235 -
CMYK 0 0.08 0.01 0.07
HSL 306.67º 0.33% 0.89% -
HSV(B) 306.67º 0.08% 0.93% -
XYZ 75.25 74.67 89.04 -
YUV 226.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 237 219 235 0 0.08 0.01 0.07 306.67 0.33 0.89
Hex ED DB EB 0 8 1 7 133 21 59
Octal 355 333 353 0 10 1 7 463 41 131
Binary 11101101 11011011 11101011 0 1000 1 111 100110011 100001 1011001

Color Harmonies of #EDDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBEB

Black with #EDDBEB

Text Example


Text Example

White with #EDDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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