#DFB6BB

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

Shades of Blossom #DFB6BB

Tints of Blossom #DFB6BB

Color information

#DFB6BB (or 0xDFB6BB) is unknown color: approx Blossom. HEX triplet: DF, B6 and BB. RGB value is (223,182,187). Sum of RGB (Red+Green+Blue) = 223+182+187=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BB is #204944. Grayscale: #C2C2C2. Windows color (decimal): -2115909 or 12302047. OLE color: 12302047.

HSL color Cylindrical-coordinate representation of color #DFB6BB: hue angle of 352.68º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6BB is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223182187-
CMYK00.180.160.13
HSL352.68º39.05%79.41%-
HSV(B)352.68º18.39%87.45%-
XYZ56.1352.7354.23-
YUV194.83123.58148.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=37.67%
G=30.74%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318218700.180.160.13352.6839.0579.41
HexDFB6BB01210D161274f
Octal337266273022201554147117
Binary1101111110110110101110110100101000011011011000011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6BB; }

 p { color: rgb(223,182,187); }

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

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

 a { background-color: rgb(223,182,187); }

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

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

 span { border-color: rgb(223,182,187); }

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