Html Css Color HEX #EDD6EF Snuff

📋 copy color: '#EDD6EF'

red 237 ◦ green 214 ◦ blue 239

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

Shades of Snuff #EDD6EF

Tints of Snuff #EDD6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 34.35%
G = 31.01%
B = 34.64%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD6EF (or 0xEDD6EF) is known color: Snuff. HEX triplet: ED, D6 and EF. RGB value is (237,214,239). Sum of RGB (Red+Green+Blue) = 237+214+239=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EF is #122910. Grayscale: #DFDFDF. Windows color (decimal): -1190161 or 15718125. OLE color: 15718125.

HSL color Cylindrical-coordinate representation of color #EDD6EF: hue angle of 295.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD6EF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 214 239 -
CMYK 0.01 0.10 0 0.06
HSL 295.2º 0.44% 0.89% -
HSV(B) 295.2º 0.1% 0.94% -
XYZ 74.55 72.33 91.69 -
YUV 223.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 237 214 239 0.01 0.10 0 0.06 295.2 0.44 0.89
Hex ED D6 EF 1 A 0 6 127 2C 59
Octal 355 326 357 1 12 0 6 447 54 131
Binary 11101101 11010110 11101111 1 1010 0 110 100100111 101100 1011001

Color Harmonies of #EDD6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6EF

Black with #EDD6EF

Text Example


Text Example

White with #EDD6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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