#DFAAB4

Color #DFAAB4 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #DFAAB4

Tints of Blossom #DFAAB4

Color information

#DFAAB4 (or 0xDFAAB4) is unknown color: approx Blossom. HEX triplet: DF, AA and B4. RGB value is (223,170,180). Sum of RGB (Red+Green+Blue) = 223+170+180=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB4 is #20554B. Grayscale: #BBBBBB. Windows color (decimal): -2118988 or 11840223. OLE color: 11840223.

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

Color convert

RGB223170180-
CMYK00.240.190.13
HSL348.68º45.3%77.06%-
HSV(B)348.68º23.77%87.45%-
XYZ53.0447.7349.6-
YUV186.99124.06153.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=38.92%
G=29.67%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317018000.240.190.13348.6845.377.06
HexDFAAB401813D15d2d4d
Octal337252264030231553555115
Binary1101111110101010101101000110001001111011010111011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAB4; }

 p { color: rgb(223,170,180); }

 H1.HeaderClassName
 {
   color: #DFAAB4;
 }
 .AnyTagClassName
 {
   color: #DFAAB4;
 }
</style>
background-color css

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

 a { background-color: rgb(223,170,180); }

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

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

 span { border-color: rgb(223,170,180); }

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