Html Css Color HEX #EDC1EC Snuff

📋 copy color: '#EDC1EC'

red 237 ◦ green 193 ◦ blue 236

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

Shades of Snuff #EDC1EC

Tints of Snuff #EDC1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.98%

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

R = 35.59%
G = 28.98%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDC1EC (or 0xEDC1EC) is known color: Snuff. HEX triplet: ED, C1 and EC. RGB value is (237,193,236). Sum of RGB (Red+Green+Blue) = 237+193+236=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1EC is #123E13. Grayscale: #D2D2D2. Windows color (decimal): -1195540 or 15516141. OLE color: 15516141.

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

Color convert

RGB 237 193 236 -
CMYK 0 0.19 0.00 0.07
HSL 301.36º 0.55% 0.84% -
HSV(B) 301.36º 0.19% 0.93% -
XYZ 69.14 62.2 87.72 -
YUV 211.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 237 193 236 0 0.19 0.00 0.07 301.36 0.55 0.84
Hex ED C1 EC 0 13 0 7 12D 37 54
Octal 355 301 354 0 23 0 7 455 67 124
Binary 11101101 11000001 11101100 0 10011 0 111 100101101 110111 1010100

Color Harmonies of #EDC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1EC

Black with #EDC1EC

Text Example


Text Example

White with #EDC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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