#ECDBE5

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

Shades of Classic Rose #ECDBE5

Tints of Classic Rose #ECDBE5

Color information

#ECDBE5 (or 0xECDBE5) is unknown color: approx Classic Rose. HEX triplet: EC, DB and E5. RGB value is (236,219,229). Sum of RGB (Red+Green+Blue) = 236+219+229=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBE5 is #13241A. Grayscale: #E1E1E1. Windows color (decimal): -1254427 or 15064044. OLE color: 15064044.

HSL color Cylindrical-coordinate representation of color #ECDBE5: hue angle of 324.71º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBE5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236219229-
CMYK00.070.030.07
HSL324.71º30.91%89.22%-
HSV(B)324.71º7.2%92.55%-
XYZ74.0774.1584.54-
YUV225.22130.13135.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=34.50%
G=32.02%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621922900.070.030.07324.7130.9189.22
HexECDBE507371451f59
Octal354333345073750537131
Binary111011001101101111100101011111111101000101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBE5; }

 p { color: rgb(236,219,229); }

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

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

 a { background-color: rgb(236,219,229); }

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

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

 span { border-color: rgb(236,219,229); }

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