#ECBAD8

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

Shades of Classic Rose #ECBAD8

Tints of Classic Rose #ECBAD8

Color information

#ECBAD8 (or 0xECBAD8) is unknown color: approx Classic Rose. HEX triplet: EC, BA and D8. RGB value is (236,186,216). Sum of RGB (Red+Green+Blue) = 236+186+216=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD8 is #134527. Grayscale: #CCCCCC. Windows color (decimal): -1262888 or 14203628. OLE color: 14203628.

HSL color Cylindrical-coordinate representation of color #ECBAD8: hue angle of 324º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBAD8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236186216-
CMYK00.210.080.07
HSL324º56.82%82.75%-
HSV(B)324º21.19%92.55%-
XYZ64.5557.9172.74-
YUV204.37134.56150.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=36.99%
G=29.15%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618621600.210.080.0732456.8282.75
HexECBAD8015871443953
Octal35427233002510750471123
Binary11101100101110101101100001010110001111010001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAD8; }

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

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

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

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

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

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

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

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