#DBA7B1

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

Shades of Blossom #DBA7B1

Tints of Blossom #DBA7B1

Color information

#DBA7B1 (or 0xDBA7B1) is unknown color: approx Blossom. HEX triplet: DB, A7 and B1. RGB value is (219,167,177). Sum of RGB (Red+Green+Blue) = 219+167+177=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7B1 is #24584E. Grayscale: #B7B7B7. Windows color (decimal): -2381903 or 11642843. OLE color: 11642843.

HSL color Cylindrical-coordinate representation of color #DBA7B1: hue angle of 348.46º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7B1 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219167177-
CMYK00.240.190.14
HSL348.46º41.94%75.69%-
HSV(B)348.46º23.74%85.88%-
XYZ50.9745.8747.76-
YUV183.69124.23153.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=38.90%
G=29.66%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916717700.240.190.14348.4641.9475.69
HexDBA7B101813E15c2a4c
Octal333247261030231653452114
Binary1101101110100111101100010110001001111101010111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7B1; }

 p { color: rgb(219,167,177); }

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

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

 a { background-color: rgb(219,167,177); }

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

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

 span { border-color: rgb(219,167,177); }

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