#ECBAD9

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

Shades of Classic Rose #ECBAD9

Tints of Classic Rose #ECBAD9

Color information

#ECBAD9 (or 0xECBAD9) is unknown color: approx Classic Rose. HEX triplet: EC, BA and D9. RGB value is (236,186,217). Sum of RGB (Red+Green+Blue) = 236+186+217=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD9 is #134526. Grayscale: #CCCCCC. Windows color (decimal): -1262887 or 14269164. OLE color: 14269164.

HSL color Cylindrical-coordinate representation of color #ECBAD9: hue angle of 322.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBAD9 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236186217-
CMYK00.210.080.07
HSL322.8º56.82%82.75%-
HSV(B)322.8º21.19%92.55%-
XYZ64.6857.9673.42-
YUV204.48135.06150.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=36.93%
G=29.11%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618621700.210.080.07322.856.8282.75
HexECBAD9015871433953
Octal35427233102510750371123
Binary11101100101110101101100101010110001111010000111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAD9; }

 p { color: rgb(236,186,217); }

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

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

 a { background-color: rgb(236,186,217); }

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

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

 span { border-color: rgb(236,186,217); }

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