#EBC3DA

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

Shades of Classic Rose #EBC3DA

Tints of Classic Rose #EBC3DA

Color information

#EBC3DA (or 0xEBC3DA) is unknown color: approx Classic Rose. HEX triplet: EB, C3 and DA. RGB value is (235,195,218). Sum of RGB (Red+Green+Blue) = 235+195+218=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3DA is #143C25. Grayscale: #D1D1D1. Windows color (decimal): -1326118 or 14337003. OLE color: 14337003.

HSL color Cylindrical-coordinate representation of color #EBC3DA: hue angle of 325.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3DA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235195218-
CMYK00.170.070.08
HSL325.5º50%84.31%-
HSV(B)325.5º17.02%92.16%-
XYZ66.4361.7574.75-
YUV209.58132.75146.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 195 (76.56% from 255) = 30.09%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=36.27%
G=30.09%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519521800.170.070.08325.55084.31
HexEBC3DA011781463254
Octal35330333202171050662124
Binary11101011110000111101101001000111110001010001101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3DA; }

 p { color: rgb(235,195,218); }

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

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

 a { background-color: rgb(235,195,218); }

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

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

 span { border-color: rgb(235,195,218); }

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