Html Css Color HEX #EDD6EB Snuff

📋 copy color: '#EDD6EB'

red 237 ◦ green 214 ◦ blue 235

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

Shades of Snuff #EDD6EB

Tints of Snuff #EDD6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.2%

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

R = 34.55%
G = 31.2%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD6EB (or 0xEDD6EB) is known color: Snuff. HEX triplet: ED, D6 and EB. RGB value is (237,214,235). Sum of RGB (Red+Green+Blue) = 237+214+235=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EB is #122914. Grayscale: #DFDFDF. Windows color (decimal): -1190165 or 15455981. OLE color: 15455981.

HSL color Cylindrical-coordinate representation of color #EDD6EB: hue angle of 305.22º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD6EB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 235 -
CMYK 0 0.10 0.01 0.07
HSL 305.22º 0.39% 0.88% -
HSV(B) 305.22º 0.1% 0.93% -
XYZ 73.97 72.1 88.61 -
YUV 223.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 237 214 235 0 0.10 0.01 0.07 305.22 0.39 0.88
Hex ED D6 EB 0 A 1 7 131 27 58
Octal 355 326 353 0 12 1 7 461 47 130
Binary 11101101 11010110 11101011 0 1010 1 111 100110001 100111 1011000

Color Harmonies of #EDD6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6EB

Black with #EDD6EB

Text Example


Text Example

White with #EDD6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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