#EBBCDA

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

Shades of Classic Rose #EBBCDA

Tints of Classic Rose #EBBCDA

Color information

#EBBCDA (or 0xEBBCDA) is unknown color: approx Classic Rose. HEX triplet: EB, BC and DA. RGB value is (235,188,218). Sum of RGB (Red+Green+Blue) = 235+188+218=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCDA is #144325. Grayscale: #CDCDCD. Windows color (decimal): -1327910 or 14335211. OLE color: 14335211.

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

Color convert

RGB235188218-
CMYK00.20.070.08
HSL321.7º54.02%82.94%-
HSV(B)321.7º20%92.16%-
XYZ64.958.6974.24-
YUV205.47135.07149.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=36.66%
G=29.33%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518821800.20.070.08321.754.0282.94
HexEBBCDA014781423653
Octal35327433202471050266123
Binary11101011101111001101101001010011110001010000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCDA; }

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

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

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

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

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

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

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

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