#ECC3EA

Color #ECC3EA Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #ECC3EA

Tints of Snuff #ECC3EA

Color information

#ECC3EA (or 0xECC3EA) is unknown color: approx Snuff. HEX triplet: EC, C3 and EA. RGB value is (236,195,234). Sum of RGB (Red+Green+Blue) = 236+195+234=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3EA is #133C15. Grayscale: #D3D3D3. Windows color (decimal): -1260566 or 15385580. OLE color: 15385580.

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

Color convert

RGB236195234-
CMYK00.170.010.07
HSL302.93º51.9%84.51%-
HSV(B)302.93º17.37%92.55%-
XYZ68.9662.886.33-
YUV211.7140.58145.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 195 (76.56% from 255) = 29.32%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=35.49%
G=29.32%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619523400.170.010.07302.9351.984.51
HexECC3EA0111712f3455
Octal3543033520211745764125
Binary11101100110000111110101001000111111001011111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3EA; }

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

 H1.HeaderClassName
 {
   color: #ECC3EA;
 }
 .AnyTagClassName
 {
   color: #ECC3EA;
 }
</style>
background-color css

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

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

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

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

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

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