Html Css Color HEX #EDD8EB Snuff

📋 copy color: '#EDD8EB'

red 237 ◦ green 216 ◦ blue 235

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

Shades of Snuff #EDD8EB

Tints of Snuff #EDD8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.4%

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

R = 34.45%
G = 31.4%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD8EB (or 0xEDD8EB) is known color: Snuff. HEX triplet: ED, D8 and EB. RGB value is (237,216,235). Sum of RGB (Red+Green+Blue) = 237+216+235=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8EB is #122714. Grayscale: #E0E0E0. Windows color (decimal): -1189653 or 15456493. OLE color: 15456493.

HSL color Cylindrical-coordinate representation of color #EDD8EB: hue angle of 305.71º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD8EB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 235 -
CMYK 0 0.09 0.01 0.07
HSL 305.71º 0.37% 0.89% -
HSV(B) 305.71º 0.09% 0.93% -
XYZ 74.48 73.11 88.78 -
YUV 224.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 237 216 235 0 0.09 0.01 0.07 305.71 0.37 0.89
Hex ED D8 EB 0 9 1 7 132 25 59
Octal 355 330 353 0 11 1 7 462 45 131
Binary 11101101 11011000 11101011 0 1001 1 111 100110010 100101 1011001

Color Harmonies of #EDD8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8EB

Black with #EDD8EB

Text Example


Text Example

White with #EDD8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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