#ECC3F3

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

Shades of Snuff #ECC3F3

Tints of Snuff #ECC3F3

Color information

#ECC3F3 (or 0xECC3F3) is unknown color: approx Snuff. HEX triplet: EC, C3 and F3. RGB value is (236,195,243). Sum of RGB (Red+Green+Blue) = 236+195+243=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3F3 is #133C0C. Grayscale: #D4D4D4. Windows color (decimal): -1260557 or 15975404. OLE color: 15975404.

HSL color Cylindrical-coordinate representation of color #ECC3F3: hue angle of 291.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC3F3 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236195243-
CMYK0.030.2000.05
HSL291.25º66.67%85.88%-
HSV(B)291.25º19.75%95.29%-
XYZ70.2863.3393.31-
YUV212.73145.08144.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 195 (76.56% from 255) = 28.93%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=35.01%
G=28.93%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361952430.030.2000.05291.2566.6785.88
HexECC3F3314051234356
Octal35430336332405443103126
Binary1110110011000011111100111110100010110010001110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3F3; }

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

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

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

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

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

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

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

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