#D8B5BB

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

Shades of Blossom #D8B5BB

Tints of Blossom #D8B5BB

Color information

#D8B5BB (or 0xD8B5BB) is unknown color: approx Blossom. HEX triplet: D8, B5 and BB. RGB value is (216,181,187). Sum of RGB (Red+Green+Blue) = 216+181+187=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5BB is #274A44. Grayscale: #C0C0C0. Windows color (decimal): -2574917 or 12301784. OLE color: 12301784.

HSL color Cylindrical-coordinate representation of color #D8B5BB: hue angle of 349.71º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B5BB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216181187-
CMYK00.160.130.15
HSL349.71º30.97%77.84%-
HSV(B)349.71º16.2%84.71%-
XYZ53.8151.2354.07-
YUV192.15125.1145.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=36.99%
G=30.99%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618118700.160.130.15349.7130.9777.84
HexD8B5BB010DF15e1f4e
Octal330265273020151753637116
Binary11011000101101011011101101000011011111101011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B5BB; }

 p { color: rgb(216,181,187); }

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

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

 a { background-color: rgb(216,181,187); }

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

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

 span { border-color: rgb(216,181,187); }

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