Html Css Color HEX #ECC5EA Snuff

📋 copy color: '#ECC5EA'

red 236 ◦ green 197 ◦ blue 234

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

Shades of Snuff #ECC5EA

Tints of Snuff #ECC5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 35.38%
G = 29.54%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECC5EA (or 0xECC5EA) is known color: Snuff. HEX triplet: EC, C5 and EA. RGB value is (236,197,234). Sum of RGB (Red+Green+Blue) = 236+197+234=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5EA is #133A15. Grayscale: #D4D4D4. Windows color (decimal): -1260054 or 15386092. OLE color: 15386092.

HSL color Cylindrical-coordinate representation of color #ECC5EA: hue angle of 303.08º degrees, saturation: 0.51, 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 #ECC5EA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 197 234 -
CMYK 0 0.17 0.01 0.07
HSL 303.08º 0.51% 0.85% -
HSV(B) 303.08º 0.17% 0.93% -
XYZ 69.41 63.71 86.48 -
YUV 212.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 236 197 234 0 0.17 0.01 0.07 303.08 0.51 0.85
Hex EC C5 EA 0 11 1 7 12F 33 55
Octal 354 305 352 0 21 1 7 457 63 125
Binary 11101100 11000101 11101010 0 10001 1 111 100101111 110011 1010101

Color Harmonies of #ECC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5EA

Black with #ECC5EA

Text Example


Text Example

White with #ECC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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