Html Css Color HEX #EDD4EC Snuff

📋 copy color: '#EDD4EC'

red 237 ◦ green 212 ◦ blue 236

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

Shades of Snuff #EDD4EC

Tints of Snuff #EDD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.95%

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

R = 34.6%
G = 30.95%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDD4EC (or 0xEDD4EC) is known color: Snuff. HEX triplet: ED, D4 and EC. RGB value is (237,212,236). Sum of RGB (Red+Green+Blue) = 237+212+236=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4EC is #122B13. Grayscale: #DEDEDE. Windows color (decimal): -1190676 or 15521005. OLE color: 15521005.

HSL color Cylindrical-coordinate representation of color #EDD4EC: hue angle of 302.4º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD4EC is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 236 -
CMYK 0 0.11 0.00 0.07
HSL 302.4º 0.41% 0.88% -
HSV(B) 302.4º 0.11% 0.93% -
XYZ 73.61 71.15 89.21 -
YUV 222.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 237 212 236 0 0.11 0.00 0.07 302.4 0.41 0.88
Hex ED D4 EC 0 B 0 7 12E 29 58
Octal 355 324 354 0 13 0 7 456 51 130
Binary 11101101 11010100 11101100 0 1011 0 111 100101110 101001 1011000

Color Harmonies of #EDD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4EC

Black with #EDD4EC

Text Example


Text Example

White with #EDD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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