#DFBABD

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

Shades of Blossom #DFBABD

Tints of Blossom #DFBABD

Color information

#DFBABD (or 0xDFBABD) is unknown color: approx Blossom. HEX triplet: DF, BA and BD. RGB value is (223,186,189). Sum of RGB (Red+Green+Blue) = 223+186+189=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABD is #204542. Grayscale: #C5C5C5. Windows color (decimal): -2114883 or 12434143. OLE color: 12434143.

HSL color Cylindrical-coordinate representation of color #DFBABD: hue angle of 355.14º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBABD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223186189-
CMYK00.170.150.13
HSL355.14º36.63%80.2%-
HSV(B)355.14º16.59%87.45%-
XYZ57.1854.4855.65-
YUV197.4123.26146.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=37.29%
G=31.10%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318618900.170.150.13355.1436.6380.2
HexDFBABD011FD1632550
Octal337272275021171554345120
Binary110111111011101010111101010001111111011011000111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBABD; }

 p { color: rgb(223,186,189); }

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

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

 a { background-color: rgb(223,186,189); }

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

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

 span { border-color: rgb(223,186,189); }

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