Html Css Color HEX #EDD3EF Snuff

📋 copy color: '#EDD3EF'

red 237 ◦ green 211 ◦ blue 239

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

Shades of Snuff #EDD3EF

Tints of Snuff #EDD3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.71%

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

R = 34.5%
G = 30.71%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD3EF (or 0xEDD3EF) is known color: Snuff. HEX triplet: ED, D3 and EF. RGB value is (237,211,239). Sum of RGB (Red+Green+Blue) = 237+211+239=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3EF is #122C10. Grayscale: #DDDDDD. Windows color (decimal): -1190929 or 15717357. OLE color: 15717357.

HSL color Cylindrical-coordinate representation of color #EDD3EF: hue angle of 295.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD3EF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 211 239 -
CMYK 0.01 0.12 0 0.06
HSL 295.71º 0.47% 0.88% -
HSV(B) 295.71º 0.12% 0.94% -
XYZ 73.8 70.83 91.44 -
YUV 221.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 237 211 239 0.01 0.12 0 0.06 295.71 0.47 0.88
Hex ED D3 EF 1 C 0 6 128 2F 58
Octal 355 323 357 1 14 0 6 450 57 130
Binary 11101101 11010011 11101111 1 1100 0 110 100101000 101111 1011000

Color Harmonies of #EDD3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3EF

Black with #EDD3EF

Text Example


Text Example

White with #EDD3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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