#ECADBF

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

Shades of Cupid #ECADBF

Tints of Cupid #ECADBF

Color information

#ECADBF (or 0xECADBF) is unknown color: approx Cupid. HEX triplet: EC, AD and BF. RGB value is (236,173,191). Sum of RGB (Red+Green+Blue) = 236+173+191=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADBF is #135240. Grayscale: #C1C1C1. Windows color (decimal): -1266241 or 12561900. OLE color: 12561900.

HSL color Cylindrical-coordinate representation of color #ECADBF: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADBF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236173191-
CMYK00.270.190.07
HSL342.86º62.38%80.2%-
HSV(B)342.86º26.69%92.55%-
XYZ58.9451.4856.12-
YUV193.89126.37158.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 191 (75% from 255) = 31.83%
R=39.33%
G=28.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617319100.270.190.07342.8662.3880.2
HexECADBF01B1371573e50
Octal35425527703323752776120
Binary111011001010110110111111011011100111111010101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADBF; }

 p { color: rgb(236,173,191); }

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

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

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

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

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

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

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