#ECBCD7

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

Shades of Classic Rose #ECBCD7

Tints of Classic Rose #ECBCD7

Color information

#ECBCD7 (or 0xECBCD7) is unknown color: approx Classic Rose. HEX triplet: EC, BC and D7. RGB value is (236,188,215). Sum of RGB (Red+Green+Blue) = 236+188+215=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD7 is #134328. Grayscale: #CDCDCD. Windows color (decimal): -1262377 or 14138604. OLE color: 14138604.

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

Color convert

RGB236188215-
CMYK00.200.090.07
HSL326.25º55.81%83.14%-
HSV(B)326.25º20.34%92.55%-
XYZ64.8458.7172.2-
YUV205.43133.4149.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=36.93%
G=29.42%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618821500.200.090.07326.2555.8183.14
HexECBCD7014971463853
Octal35427432702411750670123
Binary11101100101111001101011101010010011111010001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCD7; }

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

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

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

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

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

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

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

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