#EBC0DC

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

Shades of Classic Rose #EBC0DC

Tints of Classic Rose #EBC0DC

Color information

#EBC0DC (or 0xEBC0DC) is unknown color: approx Classic Rose. HEX triplet: EB, C0 and DC. RGB value is (235,192,220). Sum of RGB (Red+Green+Blue) = 235+192+220=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DC is #143F23. Grayscale: #CFCFCF. Windows color (decimal): -1326884 or 14467307. OLE color: 14467307.

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

Color convert

RGB235192220-
CMYK00.180.060.08
HSL320.93º51.81%83.73%-
HSV(B)320.93º18.3%92.16%-
XYZ66.0360.5375.91-
YUV208.05134.75147.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=36.32%
G=29.68%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519222000.180.060.08320.9351.8183.73
HexEBC0DC012681413454
Octal35330033402261050164124
Binary11101011110000001101110001001011010001010000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0DC; }

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

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

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

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

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

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

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

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