#D1A9B2

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

Shades of Blossom #D1A9B2

Tints of Blossom #D1A9B2

Color information

#D1A9B2 (or 0xD1A9B2) is unknown color: approx Blossom. HEX triplet: D1, A9 and B2. RGB value is (209,169,178). Sum of RGB (Red+Green+Blue) = 209+169+178=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A9B2 is #2E564D. Grayscale: #B5B5B5. Windows color (decimal): -3036750 or 11708881. OLE color: 11708881.

HSL color Cylindrical-coordinate representation of color #D1A9B2: hue angle of 346.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9B2 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB209169178-
CMYK00.190.150.18
HSL346.5º30.3%74.12%-
HSV(B)346.5º19.14%81.96%-
XYZ48.5245.1548.28-
YUV181.99125.75147.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=37.59%
G=30.40%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916917800.190.150.18346.530.374.12
HexD1A9B2013F1215a1e4a
Octal321251262023172253236112
Binary110100011010100110110010010011111110010101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A9B2; }

 p { color: rgb(209,169,178); }

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

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

 a { background-color: rgb(209,169,178); }

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

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

 span { border-color: rgb(209,169,178); }

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