#ECBCD9

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

Shades of Classic Rose #ECBCD9

Tints of Classic Rose #ECBCD9

Color information

#ECBCD9 (or 0xECBCD9) is unknown color: approx Classic Rose. HEX triplet: EC, BC and D9. RGB value is (236,188,217). Sum of RGB (Red+Green+Blue) = 236+188+217=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD9 is #134326. Grayscale: #CDCDCD. Windows color (decimal): -1262375 or 14269676. OLE color: 14269676.

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

Color convert

RGB236188217-
CMYK00.200.080.07
HSL323.75º55.81%83.14%-
HSV(B)323.75º20.34%92.55%-
XYZ65.158.8173.57-
YUV205.66134.4149.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=36.82%
G=29.33%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618821700.200.080.07323.7555.8183.14
HexECBCD9014871443853
Octal35427433102410750470123
Binary11101100101111001101100101010010001111010001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCD9; }

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

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

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

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

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

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

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

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