Html Css Color HEX #ECCAEC Snuff

📋 copy color: '#ECCAEC'

red 236 ◦ green 202 ◦ blue 236

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

Shades of Snuff #ECCAEC

Tints of Snuff #ECCAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.97%

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

R = 35.01%
G = 29.97%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECCAEC (or 0xECCAEC) is known color: Snuff. HEX triplet: EC, CA and EC. RGB value is (236,202,236). Sum of RGB (Red+Green+Blue) = 236+202+236=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAEC is #133513. Grayscale: #D7D7D7. Windows color (decimal): -1258772 or 15518444. OLE color: 15518444.

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

Color convert

RGB 236 202 236 -
CMYK 0 0.14 0 0.07
HSL 300º 0.47% 0.86% -
HSV(B) 300º 0.14% 0.93% -
XYZ 70.85 66.13 88.39 -
YUV 216.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 236 202 236 0 0.14 0 0.07 300 0.47 0.86
Hex EC CA EC 0 E 0 7 12C 2F 56
Octal 354 312 354 0 16 0 7 454 57 126
Binary 11101100 11001010 11101100 0 1110 0 111 100101100 101111 1010110

Color Harmonies of #ECCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAEC

Black with #ECCAEC

Text Example


Text Example

White with #ECCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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