Html Css Color HEX #ECD8EC Snuff

📋 copy color: '#ECD8EC'

red 236 ◦ green 216 ◦ blue 236

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

Shades of Snuff #ECD8EC

Tints of Snuff #ECD8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.4%

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

R = 34.3%
G = 31.4%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD8EC (or 0xECD8EC) is known color: Snuff. HEX triplet: EC, D8 and EC. RGB value is (236,216,236). Sum of RGB (Red+Green+Blue) = 236+216+236=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8EC is #132713. Grayscale: #E0E0E0. Windows color (decimal): -1255188 or 15522028. OLE color: 15522028.

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

Color convert

RGB 236 216 236 -
CMYK 0 0.08 0 0.07
HSL 300º 0.34% 0.89% -
HSV(B) 300º 0.08% 0.93% -
XYZ 74.29 73 89.53 -
YUV 224.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 236 216 236 0 0.08 0 0.07 300 0.34 0.89
Hex EC D8 EC 0 8 0 7 12C 22 59
Octal 354 330 354 0 10 0 7 454 42 131
Binary 11101100 11011000 11101100 0 1000 0 111 100101100 100010 1011001

Color Harmonies of #ECD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8EC

Black with #ECD8EC

Text Example


Text Example

White with #ECD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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