#EBC0DA

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

Shades of Classic Rose #EBC0DA

Tints of Classic Rose #EBC0DA

Color information

#EBC0DA (or 0xEBC0DA) is unknown color: approx Classic Rose. HEX triplet: EB, C0 and DA. RGB value is (235,192,218). Sum of RGB (Red+Green+Blue) = 235+192+218=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DA is #143F25. Grayscale: #CFCFCF. Windows color (decimal): -1326886 or 14336235. OLE color: 14336235.

HSL color Cylindrical-coordinate representation of color #EBC0DA: hue angle of 323.72º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0DA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235192218-
CMYK00.180.070.08
HSL323.72º51.81%83.73%-
HSV(B)323.72º18.3%92.16%-
XYZ65.7760.4274.53-
YUV207.82133.75147.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 192 (75.39% from 255) = 29.77%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=36.43%
G=29.77%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519221800.180.070.08323.7251.8183.73
HexEBC0DA012781443454
Octal35330033202271050464124
Binary11101011110000001101101001001011110001010001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0DA; }

 p { color: rgb(235,192,218); }

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

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

 a { background-color: rgb(235,192,218); }

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

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

 span { border-color: rgb(235,192,218); }

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