#EBC1D8

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

Shades of Classic Rose #EBC1D8

Tints of Classic Rose #EBC1D8

Color information

#EBC1D8 (or 0xEBC1D8) is unknown color: approx Classic Rose. HEX triplet: EB, C1 and D8. RGB value is (235,193,216). Sum of RGB (Red+Green+Blue) = 235+193+216=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D8 is #143E27. Grayscale: #D0D0D0. Windows color (decimal): -1326632 or 14205419. OLE color: 14205419.

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

Color convert

RGB235193216-
CMYK00.180.080.08
HSL327.14º51.22%83.92%-
HSV(B)327.14º17.87%92.16%-
XYZ65.7360.7673.23-
YUV208.18132.41147.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 193 (75.78% from 255) = 29.97%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=36.49%
G=29.97%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519321600.180.080.08327.1451.2283.92
HexEBC1D8012881473354
Octal353301330022101050763124
Binary111010111100000111011000010010100010001010001111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1D8; }

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

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

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

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

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

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

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

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