Html Css Color HEX #ECC8EA Snuff

📋 copy color: '#ECC8EA'

red 236 ◦ green 200 ◦ blue 234

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

Shades of Snuff #ECC8EA

Tints of Snuff #ECC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.85%

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

R = 35.22%
G = 29.85%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECC8EA (or 0xECC8EA) is known color: Snuff. HEX triplet: EC, C8 and EA. RGB value is (236,200,234). Sum of RGB (Red+Green+Blue) = 236+200+234=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8EA is #133715. Grayscale: #D6D6D6. Windows color (decimal): -1259286 or 15386860. OLE color: 15386860.

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

Color convert

RGB 236 200 234 -
CMYK 0 0.15 0.01 0.07
HSL 303.33º 0.49% 0.85% -
HSV(B) 303.33º 0.15% 0.93% -
XYZ 70.1 65.08 86.71 -
YUV 214.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 236 200 234 0 0.15 0.01 0.07 303.33 0.49 0.85
Hex EC C8 EA 0 F 1 7 12F 31 55
Octal 354 310 352 0 17 1 7 457 61 125
Binary 11101100 11001000 11101010 0 1111 1 111 100101111 110001 1010101

Color Harmonies of #ECC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC8EA

Black with #ECC8EA

Text Example


Text Example

White with #ECC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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