Html Css Color HEX #ECD4EC Snuff

📋 copy color: '#ECD4EC'

red 236 ◦ green 212 ◦ blue 236

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

Shades of Snuff #ECD4EC

Tints of Snuff #ECD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.99%

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

R = 34.5%
G = 30.99%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD4EC (or 0xECD4EC) is known color: Snuff. HEX triplet: EC, D4 and EC. RGB value is (236,212,236). Sum of RGB (Red+Green+Blue) = 236+212+236=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4EC is #132B13. Grayscale: #DDDDDD. Windows color (decimal): -1256212 or 15521004. OLE color: 15521004.

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

Color convert

RGB 236 212 236 -
CMYK 0 0.10 0 0.07
HSL 300º 0.39% 0.88% -
HSV(B) 300º 0.1% 0.93% -
XYZ 73.28 70.98 89.19 -
YUV 221.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 236 212 236 0 0.10 0 0.07 300 0.39 0.88
Hex EC D4 EC 0 A 0 7 12C 27 58
Octal 354 324 354 0 12 0 7 454 47 130
Binary 11101100 11010100 11101100 0 1010 0 111 100101100 100111 1011000

Color Harmonies of #ECD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4EC

Black with #ECD4EC

Text Example


Text Example

White with #ECD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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