#DBA8B2

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

Shades of Blossom #DBA8B2

Tints of Blossom #DBA8B2

Color information

#DBA8B2 (or 0xDBA8B2) is unknown color: approx Blossom. HEX triplet: DB, A8 and B2. RGB value is (219,168,178). Sum of RGB (Red+Green+Blue) = 219+168+178=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8B2 is #24574D. Grayscale: #B8B8B8. Windows color (decimal): -2381646 or 11708635. OLE color: 11708635.

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

Color convert

RGB219168178-
CMYK00.230.190.14
HSL348.24º41.46%75.88%-
HSV(B)348.24º23.29%85.88%-
XYZ51.2546.2848.35-
YUV184.39124.4152.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=38.76%
G=29.73%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916817800.230.190.14348.2441.4675.88
HexDBA8B201713E15c294c
Octal333250262027231653451114
Binary1101101110101000101100100101111001111101010111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8B2; }

 p { color: rgb(219,168,178); }

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

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

 a { background-color: rgb(219,168,178); }

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

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

 span { border-color: rgb(219,168,178); }

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