#EBBDD7

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

Shades of Classic Rose #EBBDD7

Tints of Classic Rose #EBBDD7

Color information

#EBBDD7 (or 0xEBBDD7) is unknown color: approx Classic Rose. HEX triplet: EB, BD and D7. RGB value is (235,189,215). Sum of RGB (Red+Green+Blue) = 235+189+215=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD7 is #144228. Grayscale: #CDCDCD. Windows color (decimal): -1327657 or 14138859. OLE color: 14138859.

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

Color convert

RGB235189215-
CMYK00.200.090.08
HSL326.09º53.49%83.14%-
HSV(B)326.09º19.57%92.16%-
XYZ64.7258.9672.26-
YUV205.72133.24148.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=36.78%
G=29.58%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518921500.200.090.08326.0953.4983.14
HexEBBDD7014981463553
Octal353275327024111050665123
Binary111010111011110111010111010100100110001010001101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDD7; }

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

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

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

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

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

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

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

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