#DFAAB3

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

Shades of Blossom #DFAAB3

Tints of Blossom #DFAAB3

Color information

#DFAAB3 (or 0xDFAAB3) is unknown color: approx Blossom. HEX triplet: DF, AA and B3. RGB value is (223,170,179). Sum of RGB (Red+Green+Blue) = 223+170+179=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB3 is #20554C. Grayscale: #BABABA. Windows color (decimal): -2118989 or 11774687. OLE color: 11774687.

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

Color convert

RGB223170179-
CMYK00.240.200.13
HSL349.81º45.3%77.06%-
HSV(B)349.81º23.77%87.45%-
XYZ52.9447.6949.06-
YUV186.87123.56153.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=38.99%
G=29.72%
B=31.29%

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
Decimal22317017900.240.200.13349.8145.377.06
HexDFAAB301814D15e2d4d
Octal337252263030241553655115
Binary1101111110101010101100110110001010011011010111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAB3; }

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

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

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

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

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

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

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

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