#DBADB8

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

Shades of Blossom #DBADB8

Tints of Blossom #DBADB8

Color information

#DBADB8 (or 0xDBADB8) is unknown color: approx Blossom. HEX triplet: DB, AD and B8. RGB value is (219,173,184). Sum of RGB (Red+Green+Blue) = 219+173+184=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB8 is #245247. Grayscale: #BCBCBC. Windows color (decimal): -2380360 or 12103131. OLE color: 12103131.

HSL color Cylindrical-coordinate representation of color #DBADB8: hue angle of 345.65º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADB8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219173184-
CMYK00.210.160.14
HSL345.65º38.98%76.86%-
HSV(B)345.65º21%85.88%-
XYZ52.8148.4151.91-
YUV188.01125.74150.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=38.02%
G=30.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917318400.210.160.14345.6538.9876.86
HexDBADB801510E15a274d
Octal333255270025201653247115
Binary1101101110101101101110000101011000011101010110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADB8; }

 p { color: rgb(219,173,184); }

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

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

 a { background-color: rgb(219,173,184); }

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

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

 span { border-color: rgb(219,173,184); }

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