Html Css Color HEX #EDD6EC Snuff

📋 copy color: '#EDD6EC'

red 237 ◦ green 214 ◦ blue 236

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

Shades of Snuff #EDD6EC

Tints of Snuff #EDD6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.35%

R = 34.5%
G = 31.15%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDD6EC (or 0xEDD6EC) is known color: Snuff. HEX triplet: ED, D6 and EC. RGB value is (237,214,236). Sum of RGB (Red+Green+Blue) = 237+214+236=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EC is #122913. Grayscale: #DFDFDF. Windows color (decimal): -1190164 or 15521517. OLE color: 15521517.

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

Color convert

RGB 237 214 236 -
CMYK 0 0.10 0.00 0.07
HSL 302.61º 0.39% 0.88% -
HSV(B) 302.61º 0.1% 0.93% -
XYZ 74.11 72.15 89.38 -
YUV 223.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 237 214 236 0 0.10 0.00 0.07 302.61 0.39 0.88
Hex ED D6 EC 0 A 0 7 12F 27 58
Octal 355 326 354 0 12 0 7 457 47 130
Binary 11101101 11010110 11101100 0 1010 0 111 100101111 100111 1011000

Color Harmonies of #EDD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6EC

Black with #EDD6EC

Text Example


Text Example

White with #EDD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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