#ECBED2

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

Shades of Classic Rose #ECBED2

Tints of Classic Rose #ECBED2

Color information

#ECBED2 (or 0xECBED2) is unknown color: approx Classic Rose. HEX triplet: EC, BE and D2. RGB value is (236,190,210). Sum of RGB (Red+Green+Blue) = 236+190+210=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED2 is #13412D. Grayscale: #CDCDCD. Windows color (decimal): -1261870 or 13811436. OLE color: 13811436.

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

Color convert

RGB236190210-
CMYK00.190.110.07
HSL333.91º54.76%83.53%-
HSV(B)333.91º19.49%92.55%-
XYZ64.6459.3169.01-
YUV206.03130.24149.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=37.11%
G=29.87%
B=33.02%

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
Decimal23619021000.190.110.07333.9154.7683.53
HexECBED2013B714e3754
Octal35427632202313751667124
Binary11101100101111101101001001001110111111010011101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBED2; }

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

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

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

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

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

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

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

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