#EBBDD2

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

Shades of Classic Rose #EBBDD2

Tints of Classic Rose #EBBDD2

Color information

#EBBDD2 (or 0xEBBDD2) is unknown color: approx Classic Rose. HEX triplet: EB, BD and D2. RGB value is (235,189,210). Sum of RGB (Red+Green+Blue) = 235+189+210=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD2 is #14422D. Grayscale: #CDCDCD. Windows color (decimal): -1327662 or 13811179. OLE color: 13811179.

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

Color convert

RGB235189210-
CMYK00.200.110.08
HSL332.61º53.49%83.14%-
HSV(B)332.61º19.57%92.16%-
XYZ64.0958.7168.93-
YUV205.15130.74149.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=37.07%
G=29.81%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518921000.200.110.08332.6153.4983.14
HexEBBDD2014B814d3553
Octal353275322024131051565123
Binary111010111011110111010010010100101110001010011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDD2; }

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

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

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

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

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

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

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

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