Html Css Color HEX #EDCDED Snuff

📋 copy color: '#EDCDED'

red 237 ◦ green 205 ◦ blue 237

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

Shades of Snuff #EDCDED

Tints of Snuff #EDCDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.9%

R = 34.9%
G = 30.19%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDCDED (or 0xEDCDED) is known color: Snuff. HEX triplet: ED, CD and ED. RGB value is (237,205,237). Sum of RGB (Red+Green+Blue) = 237+205+237=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDED is #123212. Grayscale: #DADADA. Windows color (decimal): -1192467 or 15584749. OLE color: 15584749.

HSL color Cylindrical-coordinate representation of color #EDCDED: hue angle of 300º 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 #EDCDED is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 237 -
CMYK 0 0.14 0 0.07
HSL 300º 0.47% 0.87% -
HSV(B) 300º 0.14% 0.93% -
XYZ 72.04 67.78 89.41 -
YUV 218.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 237 205 237 0 0.14 0 0.07 300 0.47 0.87
Hex ED CD ED 0 E 0 7 12C 2F 57
Octal 355 315 355 0 16 0 7 454 57 127
Binary 11101101 11001101 11101101 0 1110 0 111 100101100 101111 1010111

Color Harmonies of #EDCDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDED

Black with #EDCDED

Text Example


Text Example

White with #EDCDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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