Html Css Color HEX #DFACB5 Blossom

📋 copy color: '#DFACB5'

red 223 ◦ green 172 ◦ blue 181

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

Shades of Blossom #DFACB5

Tints of Blossom #DFACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.42%

R = 38.72%
G = 29.86%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFACB5 (or 0xDFACB5) is known color: Blossom. HEX triplet: DF, AC and B5. RGB value is (223,172,181). Sum of RGB (Red+Green+Blue) = 223+172+181=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB5 is #20534A. Grayscale: #BCBCBC. Windows color (decimal): -2118475 or 11906271. OLE color: 11906271.

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

Color convert

RGB 223 172 181 -
CMYK 0 0.23 0.19 0.13
HSL 349.41º 0.44% 0.77% -
HSV(B) 349.41º 0.23% 0.87% -
XYZ 53.52 48.53 50.26 -
YUV 188.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 223 172 181 0 0.23 0.19 0.13 349.41 0.44 0.77
Hex DF AC B5 0 17 13 D 15D 2C 4D
Octal 337 254 265 0 27 23 15 535 54 115
Binary 11011111 10101100 10110101 0 10111 10011 1101 101011101 101100 1001101

Color Harmonies of #DFACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACB5

Black with #DFACB5

Text Example


Text Example

White with #DFACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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