#ECBDD8

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

Shades of Classic Rose #ECBDD8

Tints of Classic Rose #ECBDD8

Color information

#ECBDD8 (or 0xECBDD8) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D8. RGB value is (236,189,216). Sum of RGB (Red+Green+Blue) = 236+189+216=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD8 is #134227. Grayscale: #CECECE. Windows color (decimal): -1262120 or 14204396. OLE color: 14204396.

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

Color convert

RGB236189216-
CMYK00.200.080.07
HSL325.53º55.29%83.33%-
HSV(B)325.53º19.92%92.55%-
XYZ65.1859.1972.95-
YUV206.13133.57149.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=36.82%
G=29.49%
B=33.70%

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
Decimal23618921600.200.080.07325.5355.2983.33
HexECBDD8014871463753
Octal35427533002410750667123
Binary11101100101111011101100001010010001111010001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD8; }

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

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

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

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

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

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

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

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