#EBBDD3

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

Shades of Classic Rose #EBBDD3

Tints of Classic Rose #EBBDD3

Color information

#EBBDD3 (or 0xEBBDD3) is unknown color: approx Classic Rose. HEX triplet: EB, BD and D3. RGB value is (235,189,211). Sum of RGB (Red+Green+Blue) = 235+189+211=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD3 is #14422C. Grayscale: #CDCDCD. Windows color (decimal): -1327661 or 13876715. OLE color: 13876715.

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

Color convert

RGB235189211-
CMYK00.200.100.08
HSL331.3º53.49%83.14%-
HSV(B)331.3º19.57%92.16%-
XYZ64.2258.7669.59-
YUV205.26131.24149.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=37.01%
G=29.76%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518921100.200.100.08331.353.4983.14
HexEBBDD3014A814b3553
Octal353275323024121051365123
Binary111010111011110111010011010100101010001010010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDD3; }

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

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

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

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

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

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

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

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