#EBC0DB

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

Shades of Classic Rose #EBC0DB

Tints of Classic Rose #EBC0DB

Color information

#EBC0DB (or 0xEBC0DB) is unknown color: approx Classic Rose. HEX triplet: EB, C0 and DB. RGB value is (235,192,219). Sum of RGB (Red+Green+Blue) = 235+192+219=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DB is #143F24. Grayscale: #CFCFCF. Windows color (decimal): -1326885 or 14401771. OLE color: 14401771.

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

Color convert

RGB235192219-
CMYK00.180.070.08
HSL322.33º51.81%83.73%-
HSV(B)322.33º18.3%92.16%-
XYZ65.960.4875.22-
YUV207.94134.25147.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 192 (75.39% from 255) = 29.72%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=36.38%
G=29.72%
B=33.90%

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
Decimal23519221900.180.070.08322.3351.8183.73
HexEBC0DB012781423454
Octal35330033302271050264124
Binary11101011110000001101101101001011110001010000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0DB; }

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

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

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

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

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

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

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

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