#DFAFB8

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

Shades of Blossom #DFAFB8

Tints of Blossom #DFAFB8

Color information

#DFAFB8 (or 0xDFAFB8) is unknown color: approx Blossom. HEX triplet: DF, AF and B8. RGB value is (223,175,184). Sum of RGB (Red+Green+Blue) = 223+175+184=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFB8 is #205047. Grayscale: #BEBEBE. Windows color (decimal): -2117704 or 12103647. OLE color: 12103647.

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

Color convert

RGB223175184-
CMYK00.220.170.13
HSL348.75º42.86%78.04%-
HSV(B)348.75º21.52%87.45%-
XYZ54.4149.8152.09-
YUV190.38124.4151.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 184 (72.27% from 255) = 31.62%
R=38.32%
G=30.07%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317518400.220.170.13348.7542.8678.04
HexDFAFB801611D15d2b4e
Octal337257270026211553553116
Binary1101111110101111101110000101101000111011010111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFB8; }

 p { color: rgb(223,175,184); }

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

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

 a { background-color: rgb(223,175,184); }

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

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

 span { border-color: rgb(223,175,184); }

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