#EBC1D7

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

Shades of Classic Rose #EBC1D7

Tints of Classic Rose #EBC1D7

Color information

#EBC1D7 (or 0xEBC1D7) is unknown color: approx Classic Rose. HEX triplet: EB, C1 and D7. RGB value is (235,193,215). Sum of RGB (Red+Green+Blue) = 235+193+215=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D7 is #143E28. Grayscale: #D0D0D0. Windows color (decimal): -1326633 or 14139883. OLE color: 14139883.

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

Color convert

RGB235193215-
CMYK00.180.090.08
HSL328.57º51.22%83.92%-
HSV(B)328.57º17.87%92.16%-
XYZ65.660.7172.55-
YUV208.07131.91147.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 193 (75.78% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=36.55%
G=30.02%
B=33.44%

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
Decimal23519321500.180.090.08328.5751.2283.92
HexEBC1D7012981493354
Octal353301327022111051163124
Binary111010111100000111010111010010100110001010010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1D7; }

 p { color: rgb(235,193,215); }

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

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

 a { background-color: rgb(235,193,215); }

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

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

 span { border-color: rgb(235,193,215); }

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