#ECBCD5

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

Shades of Classic Rose #ECBCD5

Tints of Classic Rose #ECBCD5

Color information

#ECBCD5 (or 0xECBCD5) is unknown color: approx Classic Rose. HEX triplet: EC, BC and D5. RGB value is (236,188,213). Sum of RGB (Red+Green+Blue) = 236+188+213=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD5 is #13432A. Grayscale: #CDCDCD. Windows color (decimal): -1262379 or 14007532. OLE color: 14007532.

HSL color Cylindrical-coordinate representation of color #ECBCD5: hue angle of 328.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 #ECBCD5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236188213-
CMYK00.200.100.07
HSL328.75º55.81%83.14%-
HSV(B)328.75º20.34%92.55%-
XYZ64.5958.670.86-
YUV205.2132.4149.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=37.05%
G=29.51%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618821300.200.100.07328.7555.8183.14
HexECBCD5014A71493853
Octal35427432502412751170123
Binary11101100101111001101010101010010101111010010011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCD5; }

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

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

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

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

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

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

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

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