#ebc0d5

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

Shades of Classic Rose #EBC0D5

Tints of Classic Rose #EBC0D5

Color information

#EBC0D5 (or 0xEBC0D5) is unknown color: approx Classic Rose. HEX triplet: EB, C0 and D5. RGB value is (235,192,213). Sum of RGB (Red+Green+Blue) = 235+192+213=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0D5 is #143F2A. Grayscale: #CFCFCF. Windows color (decimal): -1326891 or 14008555. OLE color: 14008555.

HSL color Cylindrical-coordinate representation of color #EBC0D5: hue angle of 330.7º 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 #EBC0D5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235192213-
CMYK00.180.090.08
HSL330.7º51.81%83.73%-
HSV(B)330.7º18.3%92.16%-
XYZ65.1260.1771.13-
YUV207.25131.25147.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 192 (75.39% from 255) = 30%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=36.72%
G=30%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519221300.180.090.08330.751.8183.73
HexEBC0D50129814b3454
Octal353300325022111051364124
Binary111010111100000011010101010010100110001010010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc0d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebc0d5; }

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

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

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

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

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

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

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

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