Html Css Color HEX #EDD6ED Snuff

📋 copy color: '#EDD6ED'

red 237 ◦ green 214 ◦ blue 237

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

Shades of Snuff #EDD6ED

Tints of Snuff #EDD6ED

RGB

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

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

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

R = 34.45%
G = 31.1%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD6ED (or 0xEDD6ED) is known color: Snuff. HEX triplet: ED, D6 and ED. RGB value is (237,214,237). Sum of RGB (Red+Green+Blue) = 237+214+237=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6ED is #122912. Grayscale: #DFDFDF. Windows color (decimal): -1190163 or 15587053. OLE color: 15587053.

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

Color convert

RGB 237 214 237 -
CMYK 0 0.10 0 0.07
HSL 300º 0.39% 0.88% -
HSV(B) 300º 0.1% 0.93% -
XYZ 74.26 72.21 90.15 -
YUV 223.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 237 214 237 0 0.10 0 0.07 300 0.39 0.88
Hex ED D6 ED 0 A 0 7 12C 27 58
Octal 355 326 355 0 12 0 7 454 47 130
Binary 11101101 11010110 11101101 0 1010 0 111 100101100 100111 1011000

Color Harmonies of #EDD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6ED

Black with #EDD6ED

Text Example


Text Example

White with #EDD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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