#DFAEB6

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

Shades of Blossom #DFAEB6

Tints of Blossom #DFAEB6

Color information

#DFAEB6 (or 0xDFAEB6) is unknown color: approx Blossom. HEX triplet: DF, AE and B6. RGB value is (223,174,182). Sum of RGB (Red+Green+Blue) = 223+174+182=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEB6 is #205149. Grayscale: #BDBDBD. Windows color (decimal): -2117962 or 11972319. OLE color: 11972319.

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

Color convert

RGB223174182-
CMYK00.220.180.13
HSL350.2º43.36%77.84%-
HSV(B)350.2º21.97%87.45%-
XYZ54.0149.3450.93-
YUV189.56123.73151.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=38.51%
G=30.05%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317418200.220.180.13350.243.3677.84
HexDFAEB601612D15e2b4e
Octal337256266026221553653116
Binary1101111110101110101101100101101001011011010111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEB6; }

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

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

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

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

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

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

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

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