#ECBED3

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

Shades of Classic Rose #ECBED3

Tints of Classic Rose #ECBED3

Color information

#ECBED3 (or 0xECBED3) is unknown color: approx Classic Rose. HEX triplet: EC, BE and D3. RGB value is (236,190,211). Sum of RGB (Red+Green+Blue) = 236+190+211=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED3 is #13412C. Grayscale: #CECECE. Windows color (decimal): -1261869 or 13876972. OLE color: 13876972.

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

Color convert

RGB236190211-
CMYK00.190.110.07
HSL332.61º54.76%83.53%-
HSV(B)332.61º19.49%92.55%-
XYZ64.7659.3669.67-
YUV206.15130.74149.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 211 (82.81% from 255) = 33.12%
R=37.05%
G=29.83%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619021100.190.110.07332.6154.7683.53
HexECBED3013B714d3754
Octal35427632302313751567124
Binary11101100101111101101001101001110111111010011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBED3; }

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

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

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

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

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

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

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

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