#D4B0B9

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

Shades of Blossom #D4B0B9

Tints of Blossom #D4B0B9

Color information

#D4B0B9 (or 0xD4B0B9) is unknown color: approx Blossom. HEX triplet: D4, B0 and B9. RGB value is (212,176,185). Sum of RGB (Red+Green+Blue) = 212+176+185=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0B9 is #2B4F46. Grayscale: #BBBBBB. Windows color (decimal): -2838343 or 12169428. OLE color: 12169428.

HSL color Cylindrical-coordinate representation of color #D4B0B9: hue angle of 345º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B0B9 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212176185-
CMYK00.170.130.17
HSL345º29.51%76.08%-
HSV(B)345º16.98%83.14%-
XYZ51.4348.5552.56-
YUV187.79126.43145.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=37.00%
G=30.72%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217618500.170.130.1734529.5176.08
HexD4B0B9011D111591e4c
Octal324260271021152153136114
Binary110101001011000010111001010001110110001101011001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B0B9; }

 p { color: rgb(212,176,185); }

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

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

 a { background-color: rgb(212,176,185); }

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

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

 span { border-color: rgb(212,176,185); }

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