#ECBDD5

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

Shades of Classic Rose #ECBDD5

Tints of Classic Rose #ECBDD5

Color information

#ECBDD5 (or 0xECBDD5) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D5. RGB value is (236,189,213). Sum of RGB (Red+Green+Blue) = 236+189+213=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD5 is #13422A. Grayscale: #CDCDCD. Windows color (decimal): -1262123 or 14007788. OLE color: 14007788.

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

Color convert

RGB236189213-
CMYK00.200.100.07
HSL329.36º55.29%83.33%-
HSV(B)329.36º19.92%92.55%-
XYZ64.859.0370.93-
YUV205.79132.07149.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=36.99%
G=29.62%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618921300.200.100.07329.3655.2983.33
HexECBDD5014A71493753
Octal35427532502412751167123
Binary11101100101111011101010101010010101111010010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD5; }

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

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

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

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

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

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

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

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