#ECBDD9

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

Shades of Classic Rose #ECBDD9

Tints of Classic Rose #ECBDD9

Color information

#ECBDD9 (or 0xECBDD9) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D9. RGB value is (236,189,217). Sum of RGB (Red+Green+Blue) = 236+189+217=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD9 is #134226. Grayscale: #CECECE. Windows color (decimal): -1262119 or 14269932. OLE color: 14269932.

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

Color convert

RGB236189217-
CMYK00.200.080.07
HSL324.26º55.29%83.33%-
HSV(B)324.26º19.92%92.55%-
XYZ65.3159.2473.64-
YUV206.24134.07149.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=36.76%
G=29.44%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618921700.200.080.07324.2655.2983.33
HexECBDD9014871443753
Octal35427533102410750467123
Binary11101100101111011101100101010010001111010001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD9; }

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

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

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

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

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

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

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

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