#DFAEB5

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

Shades of Blossom #DFAEB5

Tints of Blossom #DFAEB5

Color information

#DFAEB5 (or 0xDFAEB5) is unknown color: approx Blossom. HEX triplet: DF, AE and B5. RGB value is (223,174,181). Sum of RGB (Red+Green+Blue) = 223+174+181=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEB5 is #20514A. Grayscale: #BDBDBD. Windows color (decimal): -2117963 or 11906783. OLE color: 11906783.

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

Color convert

RGB223174181-
CMYK00.220.190.13
HSL351.43º43.36%77.84%-
HSV(B)351.43º21.97%87.45%-
XYZ53.9149.350.39-
YUV189.45123.23151.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=38.58%
G=30.10%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317418100.220.190.13351.4343.3677.84
HexDFAEB501613D15f2b4e
Octal337256265026231553753116
Binary1101111110101110101101010101101001111011010111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEB5; }

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

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

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

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

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

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

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

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