Html Css Color HEX #DFACB7 Blossom

📋 copy color: '#DFACB7'

red 223 ◦ green 172 ◦ blue 183

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

Shades of Blossom #DFACB7

Tints of Blossom #DFACB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.66%

R = 38.58%
G = 29.76%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFACB7 (or 0xDFACB7) is known color: Blossom. HEX triplet: DF, AC and B7. RGB value is (223,172,183). Sum of RGB (Red+Green+Blue) = 223+172+183=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB7 is #205348. Grayscale: #BCBCBC. Windows color (decimal): -2118473 or 12037343. OLE color: 12037343.

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

Color convert

RGB 223 172 183 -
CMYK 0 0.23 0.18 0.13
HSL 347.06º 0.44% 0.77% -
HSV(B) 347.06º 0.23% 0.87% -
XYZ 53.73 48.61 51.35 -
YUV 188.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 223 172 183 0 0.23 0.18 0.13 347.06 0.44 0.77
Hex DF AC B7 0 17 12 D 15B 2C 4D
Octal 337 254 267 0 27 22 15 533 54 115
Binary 11011111 10101100 10110111 0 10111 10010 1101 101011011 101100 1001101

Color Harmonies of #DFACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACB7

Black with #DFACB7

Text Example


Text Example

White with #DFACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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