Html Css Color HEX #EDC2EC Snuff

📋 copy color: '#EDC2EC'

red 237 ◦ green 194 ◦ blue 236

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

Shades of Snuff #EDC2EC

Tints of Snuff #EDC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.09%

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

R = 35.53%
G = 29.09%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDC2EC (or 0xEDC2EC) is known color: Snuff. HEX triplet: ED, C2 and EC. RGB value is (237,194,236). Sum of RGB (Red+Green+Blue) = 237+194+236=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2EC is #123D13. Grayscale: #D3D3D3. Windows color (decimal): -1195284 or 15516397. OLE color: 15516397.

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

Color convert

RGB 237 194 236 -
CMYK 0 0.18 0.00 0.07
HSL 301.4º 0.54% 0.85% -
HSV(B) 301.4º 0.18% 0.93% -
XYZ 69.36 62.64 87.79 -
YUV 211.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 237 194 236 0 0.18 0.00 0.07 301.4 0.54 0.85
Hex ED C2 EC 0 12 0 7 12D 36 55
Octal 355 302 354 0 22 0 7 455 66 125
Binary 11101101 11000010 11101100 0 10010 0 111 100101101 110110 1010101

Color Harmonies of #EDC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2EC

Black with #EDC2EC

Text Example


Text Example

White with #EDC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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