#ECBDD7

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

Shades of Classic Rose #ECBDD7

Tints of Classic Rose #ECBDD7

Color information

#ECBDD7 (or 0xECBDD7) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D7. RGB value is (236,189,215). Sum of RGB (Red+Green+Blue) = 236+189+215=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD7 is #134228. Grayscale: #CDCDCD. Windows color (decimal): -1262121 or 14138860. OLE color: 14138860.

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

Color convert

RGB236189215-
CMYK00.200.090.07
HSL326.81º55.29%83.33%-
HSV(B)326.81º19.92%92.55%-
XYZ65.0659.1372.28-
YUV206.02133.07149.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=36.88%
G=29.53%
B=33.59%

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
Decimal23618921500.200.090.07326.8155.2983.33
HexECBDD7014971473753
Octal35427532702411750767123
Binary11101100101111011101011101010010011111010001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD7; }

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

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

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

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

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

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

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

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