#ECBDD6

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

Shades of Classic Rose #ECBDD6

Tints of Classic Rose #ECBDD6

Color information

#ECBDD6 (or 0xECBDD6) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D6. RGB value is (236,189,214). Sum of RGB (Red+Green+Blue) = 236+189+214=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD6 is #134229. Grayscale: #CDCDCD. Windows color (decimal): -1262122 or 14073324. OLE color: 14073324.

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

Color convert

RGB236189214-
CMYK00.200.090.07
HSL328.09º55.29%83.33%-
HSV(B)328.09º19.92%92.55%-
XYZ64.9359.0871.6-
YUV205.9132.57149.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=36.93%
G=29.58%
B=33.49%

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
Decimal23618921400.200.090.07328.0955.2983.33
HexECBDD6014971483753
Octal35427532602411751067123
Binary11101100101111011101011001010010011111010010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD6; }

 p { color: rgb(236,189,214); }

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

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

 a { background-color: rgb(236,189,214); }

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

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

 span { border-color: rgb(236,189,214); }

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