#ECD2F1

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

Shades of Snuff #ECD2F1

Tints of Snuff #ECD2F1

Color information

#ECD2F1 (or 0xECD2F1) is unknown color: approx Snuff. HEX triplet: EC, D2 and F1. RGB value is (236,210,241). Sum of RGB (Red+Green+Blue) = 236+210+241=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECD2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2F1 is #132D0E. Grayscale: #DDDDDD. Windows color (decimal): -1256719 or 15848172. OLE color: 15848172.

HSL color Cylindrical-coordinate representation of color #ECD2F1: hue angle of 290.32º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD2F1 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236210241-
CMYK0.020.1300.05
HSL290.32º52.54%88.43%-
HSV(B)290.32º12.86%94.51%-
XYZ73.5270.2892.91-
YUV221.31139.11138.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 210 (82.42% from 255) = 30.57%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=34.35%
G=30.57%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362102410.020.1300.05290.3252.5488.43
HexECD2F12D051223558
Octal3543223612150544265130
Binary11101100110100101111000110110101011001000101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2F1; }

 p { color: rgb(236,210,241); }

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

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

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

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

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

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

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