#EBBCD2

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

Shades of Classic Rose #EBBCD2

Tints of Classic Rose #EBBCD2

Color information

#EBBCD2 (or 0xEBBCD2) is unknown color: approx Classic Rose. HEX triplet: EB, BC and D2. RGB value is (235,188,210). Sum of RGB (Red+Green+Blue) = 235+188+210=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD2 is #14432D. Grayscale: #CCCCCC. Windows color (decimal): -1327918 or 13810923. OLE color: 13810923.

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

Color convert

RGB235188210-
CMYK00.20.110.08
HSL331.91º54.02%82.94%-
HSV(B)331.91º20%92.16%-
XYZ63.8858.2868.86-
YUV204.56131.07149.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 210 (82.42% from 255) = 33.18%
R=37.12%
G=29.70%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518821000.20.110.08331.9154.0282.94
HexEBBCD2014B814c3653
Octal353274322024131051466123
Binary111010111011110011010010010100101110001010011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCD2; }

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

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

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

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

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

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

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

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