#ECBED7

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

Shades of Classic Rose #ECBED7

Tints of Classic Rose #ECBED7

Color information

#ECBED7 (or 0xECBED7) is unknown color: approx Classic Rose. HEX triplet: EC, BE and D7. RGB value is (236,190,215). Sum of RGB (Red+Green+Blue) = 236+190+215=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED7 is #134128. Grayscale: #CECECE. Windows color (decimal): -1261865 or 14139116. OLE color: 14139116.

HSL color Cylindrical-coordinate representation of color #ECBED7: hue angle of 327.39º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBED7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236190215-
CMYK00.190.090.07
HSL327.39º54.76%83.53%-
HSV(B)327.39º19.49%92.55%-
XYZ65.2759.5772.35-
YUV206.6132.74148.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=36.82%
G=29.64%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619021500.190.090.07327.3954.7683.53
HexECBED7013971473754
Octal35427632702311750767124
Binary11101100101111101101011101001110011111010001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBED7; }

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

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

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

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

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

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

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

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