Html Css Color HEX #ECD0EC Snuff

📋 copy color: '#ECD0EC'

red 236 ◦ green 208 ◦ blue 236

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

Shades of Snuff #ECD0EC

Tints of Snuff #ECD0EC

RGB

 RED value IS 236 (92.58% from 255) = 34.71%

 GREEN value IS 208 (81.64% from 255) = 30.59%

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

R = 34.71%
G = 30.59%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD0EC (or 0xECD0EC) is known color: Snuff. HEX triplet: EC, D0 and EC. RGB value is (236,208,236). Sum of RGB (Red+Green+Blue) = 236+208+236=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0EC is #132F13. Grayscale: #DBDBDB. Windows color (decimal): -1257236 or 15519980. OLE color: 15519980.

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

Color convert

RGB 236 208 236 -
CMYK 0 0.12 0 0.07
HSL 300º 0.42% 0.87% -
HSV(B) 300º 0.12% 0.93% -
XYZ 72.29 69 88.87 -
YUV 219.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 236 208 236 0 0.12 0 0.07 300 0.42 0.87
Hex EC D0 EC 0 C 0 7 12C 2A 57
Octal 354 320 354 0 14 0 7 454 52 127
Binary 11101100 11010000 11101100 0 1100 0 111 100101100 101010 1010111

Color Harmonies of #ECD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0EC

Black with #ECD0EC

Text Example


Text Example

White with #ECD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0EC; }

 p { color: rgb(236,208,236); }

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

background-color css

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

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

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

border-color css

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

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

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