Html Css Color HEX #ECC5ED Snuff

📋 copy color: '#ECC5ED'

red 236 ◦ green 197 ◦ blue 237

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

Shades of Snuff #ECC5ED

Tints of Snuff #ECC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.4%

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

R = 35.22%
G = 29.4%
B = 35.37%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECC5ED (or 0xECC5ED) is known color: Snuff. HEX triplet: EC, C5 and ED. RGB value is (236,197,237). Sum of RGB (Red+Green+Blue) = 236+197+237=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5ED is #133A12. Grayscale: #D5D5D5. Windows color (decimal): -1260051 or 15582700. OLE color: 15582700.

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

Color convert

RGB 236 197 237 -
CMYK 0.00 0.17 0 0.07
HSL 298.5º 0.53% 0.85% -
HSV(B) 298.5º 0.17% 0.93% -
XYZ 69.84 63.88 88.77 -
YUV 213.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 236 197 237 0.00 0.17 0 0.07 298.5 0.53 0.85
Hex EC C5 ED 0 11 0 7 12A 35 55
Octal 354 305 355 0 21 0 7 452 65 125
Binary 11101100 11000101 11101101 0 10001 0 111 100101010 110101 1010101

Color Harmonies of #ECC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5ED

Black with #ECC5ED

Text Example


Text Example

White with #ECC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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