#DFAAB2

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

Shades of Blossom #DFAAB2

Tints of Blossom #DFAAB2

Color information

#DFAAB2 (or 0xDFAAB2) is unknown color: approx Blossom. HEX triplet: DF, AA and B2. RGB value is (223,170,178). Sum of RGB (Red+Green+Blue) = 223+170+178=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAB2 is #20554D. Grayscale: #BABABA. Windows color (decimal): -2118990 or 11709151. OLE color: 11709151.

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

Color convert

RGB223170178-
CMYK00.240.200.13
HSL350.94º45.3%77.06%-
HSV(B)350.94º23.77%87.45%-
XYZ52.8447.6548.53-
YUV186.76123.06153.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=39.05%
G=29.77%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317017800.240.200.13350.9445.377.06
HexDFAAB201814D15f2d4d
Octal337252262030241553755115
Binary1101111110101010101100100110001010011011010111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAB2; }

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

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

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

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

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

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

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

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