Html Css Color HEX #DFACB9 Blossom

📋 copy color: '#DFACB9'

red 223 ◦ green 172 ◦ blue 185

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

Shades of Blossom #DFACB9

Tints of Blossom #DFACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

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

R = 38.45%
G = 29.66%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFACB9 (or 0xDFACB9) is known color: Blossom. HEX triplet: DF, AC and B9. RGB value is (223,172,185). Sum of RGB (Red+Green+Blue) = 223+172+185=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB9 is #205346. Grayscale: #BCBCBC. Windows color (decimal): -2118471 or 12168415. OLE color: 12168415.

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

Color convert

RGB 223 172 185 -
CMYK 0 0.23 0.17 0.13
HSL 344.71º 0.44% 0.77% -
HSV(B) 344.71º 0.23% 0.87% -
XYZ 53.94 48.7 52.46 -
YUV 188.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 223 172 185 0 0.23 0.17 0.13 344.71 0.44 0.77
Hex DF AC B9 0 17 11 D 159 2C 4D
Octal 337 254 271 0 27 21 15 531 54 115
Binary 11011111 10101100 10111001 0 10111 10001 1101 101011001 101100 1001101

Color Harmonies of #DFACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACB9

Black with #DFACB9

Text Example


Text Example

White with #DFACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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