Html Css Color HEX #DFB3BB Blossom

📋 copy color: '#DFB3BB'

red 223 ◦ green 179 ◦ blue 187

#DFB3BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DFB3BB

Tints of Blossom #DFB3BB

RGB

 RED value IS 223 (87.5% from 255) = 37.86%

 GREEN value IS 179 (70.31% from 255) = 30.39%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 37.86%
G = 30.39%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFB3BB (or 0xDFB3BB) is known color: Blossom. HEX triplet: DF, B3 and BB. RGB value is (223,179,187). Sum of RGB (Red+Green+Blue) = 223+179+187=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3BB is #204C44. Grayscale: #C1C1C1. Windows color (decimal): -2116677 or 12301279. OLE color: 12301279.

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

Color convert

RGB 223 179 187 -
CMYK 0 0.20 0.16 0.13
HSL 349.09º 0.41% 0.79% -
HSV(B) 349.09º 0.2% 0.87% -
XYZ 55.52 51.52 54.03 -
YUV 193.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 223 179 187 0 0.20 0.16 0.13 349.09 0.41 0.79
Hex DF B3 BB 0 14 10 D 15D 29 4F
Octal 337 263 273 0 24 20 15 535 51 117
Binary 11011111 10110011 10111011 0 10100 10000 1101 101011101 101001 1001111

Color Harmonies of #DFB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3BB

Black with #DFB3BB

Text Example


Text Example

White with #DFB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3BB; }

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

 H1.HeaderClassName
 {
   color: #DFB3BB;
 }
 .AnyTagClassName
 {
   color: #DFB3BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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