#ECADB6

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

Shades of Blossom #ECADB6

Tints of Blossom #ECADB6

Color information

#ECADB6 (or 0xECADB6) is unknown color: approx Blossom. HEX triplet: EC, AD and B6. RGB value is (236,173,182). Sum of RGB (Red+Green+Blue) = 236+173+182=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADB6 is #135249. Grayscale: #C0C0C0. Windows color (decimal): -1266250 or 11972076. OLE color: 11972076.

HSL color Cylindrical-coordinate representation of color #ECADB6: hue angle of 351.43º 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 #ECADB6 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236173182-
CMYK00.270.230.07
HSL351.43º62.38%80.2%-
HSV(B)351.43º26.69%92.55%-
XYZ57.9851.151.06-
YUV192.86121.87158.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=39.93%
G=29.27%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617318200.270.230.07351.4362.3880.2
HexECADB601B17715f3e50
Octal35425526603327753776120
Binary111011001010110110110110011011101111111010111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADB6; }

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

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

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

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

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

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

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

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