#ECBDD3

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

Shades of Classic Rose #ECBDD3

Tints of Classic Rose #ECBDD3

Color information

#ECBDD3 (or 0xECBDD3) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D3. RGB value is (236,189,211). Sum of RGB (Red+Green+Blue) = 236+189+211=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD3 is #13422C. Grayscale: #CDCDCD. Windows color (decimal): -1262125 or 13876716. OLE color: 13876716.

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

Color convert

RGB236189211-
CMYK00.200.110.07
HSL331.91º55.29%83.33%-
HSV(B)331.91º19.92%92.55%-
XYZ64.5558.9369.6-
YUV205.56131.07149.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=37.11%
G=29.72%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618921100.200.110.07331.9155.2983.33
HexECBDD3014B714c3753
Octal35427532302413751467123
Binary11101100101111011101001101010010111111010011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD3; }

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

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

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

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

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

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

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

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