Html Css Color HEX #DFB6B9 Blossom

📋 copy color: '#DFB6B9'

red 223 ◦ green 182 ◦ blue 185

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

Shades of Blossom #DFB6B9

Tints of Blossom #DFB6B9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

 BLUE value IS 185 (72.66% from 255) = 31.36%

R = 37.8%
G = 30.85%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFB6B9 (or 0xDFB6B9) is known color: Blossom. HEX triplet: DF, B6 and B9. RGB value is (223,182,185). Sum of RGB (Red+Green+Blue) = 223+182+185=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6B9 is #204946. Grayscale: #C2C2C2. Windows color (decimal): -2115911 or 12170975. OLE color: 12170975.

HSL color Cylindrical-coordinate representation of color #DFB6B9: hue angle of 355.61º 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 #DFB6B9 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 182 185 -
CMYK 0 0.18 0.17 0.13
HSL 355.61º 0.39% 0.79% -
HSV(B) 355.61º 0.18% 0.87% -
XYZ 55.92 52.65 53.11 -
YUV 194.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 223 182 185 0 0.18 0.17 0.13 355.61 0.39 0.79
Hex DF B6 B9 0 12 11 D 164 27 4F
Octal 337 266 271 0 22 21 15 544 47 117
Binary 11011111 10110110 10111001 0 10010 10001 1101 101100100 100111 1001111

Color Harmonies of #DFB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6B9

Black with #DFB6B9

Text Example


Text Example

White with #DFB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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