#DFA5BB

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

Shades of Shocking #DFA5BB

Tints of Shocking #DFA5BB

Color information

#DFA5BB (or 0xDFA5BB) is unknown color: approx Shocking. HEX triplet: DF, A5 and BB. RGB value is (223,165,187). Sum of RGB (Red+Green+Blue) = 223+165+187=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5BB is #205A44. Grayscale: #B8B8B8. Windows color (decimal): -2120261 or 12297695. OLE color: 12297695.

HSL color Cylindrical-coordinate representation of color #DFA5BB: hue angle of 337.24º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA5BB is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223165187-
CMYK00.260.160.13
HSL337.24º47.54%76.08%-
HSV(B)337.24º26.01%87.45%-
XYZ52.8646.1953.14-
YUV184.85129.22155.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=38.78%
G=28.70%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316518700.260.160.13337.2447.5476.08
HexDFA5BB01A10D151304c
Octal337245273032201552160114
Binary1101111110100101101110110110101000011011010100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5BB; }

 p { color: rgb(223,165,187); }

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

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

 a { background-color: rgb(223,165,187); }

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

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

 span { border-color: rgb(223,165,187); }

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