#EBB9BD

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

Shades of Blossom #EBB9BD

Tints of Blossom #EBB9BD

Color information

#EBB9BD (or 0xEBB9BD) is unknown color: approx Blossom. HEX triplet: EB, B9 and BD. RGB value is (235,185,189). Sum of RGB (Red+Green+Blue) = 235+185+189=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9BD is #144642. Grayscale: #C8C8C8. Windows color (decimal): -1328707 or 12433899. OLE color: 12433899.

HSL color Cylindrical-coordinate representation of color #EBB9BD: hue angle of 355.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9BD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235185189-
CMYK00.210.200.08
HSL355.2º55.56%82.35%-
HSV(B)355.2º21.28%92.16%-
XYZ60.856.0355.76-
YUV200.41121.56152.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=38.59%
G=30.38%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518518900.210.200.08355.255.5682.35
HexEBB9BD0151481633852
Octal353271275025241054370122
Binary1110101110111001101111010101011010010001011000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9BD; }

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

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

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

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

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

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

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

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