Html Css Color HEX #EDCDEC Snuff

📋 copy color: '#EDCDEC'

red 237 ◦ green 205 ◦ blue 236

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

Shades of Snuff #EDCDEC

Tints of Snuff #EDCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.24%

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

R = 34.96%
G = 30.24%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDCDEC (or 0xEDCDEC) is known color: Snuff. HEX triplet: ED, CD and EC. RGB value is (237,205,236). Sum of RGB (Red+Green+Blue) = 237+205+236=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDEC is #123213. Grayscale: #DADADA. Windows color (decimal): -1192468 or 15519213. OLE color: 15519213.

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

Color convert

RGB 237 205 236 -
CMYK 0 0.14 0.00 0.07
HSL 301.88º 0.47% 0.87% -
HSV(B) 301.88º 0.14% 0.93% -
XYZ 71.9 67.72 88.64 -
YUV 218.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 237 205 236 0 0.14 0.00 0.07 301.88 0.47 0.87
Hex ED CD EC 0 E 0 7 12E 2F 57
Octal 355 315 354 0 16 0 7 456 57 127
Binary 11101101 11001101 11101100 0 1110 0 111 100101110 101111 1010111

Color Harmonies of #EDCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDEC

Black with #EDCDEC

Text Example


Text Example

White with #EDCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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