#DFA9CB

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

Shades of Twilight #DFA9CB

Tints of Twilight #DFA9CB

Color information

#DFA9CB (or 0xDFA9CB) is unknown color: approx Twilight. HEX triplet: DF, A9 and CB. RGB value is (223,169,203). Sum of RGB (Red+Green+Blue) = 223+169+203=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9CB is #205634. Grayscale: #BCBCBC. Windows color (decimal): -2119221 or 13347295. OLE color: 13347295.

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

Color convert

RGB223169203-
CMYK00.240.090.13
HSL322.22º45.76%76.86%-
HSV(B)322.22º24.22%87.45%-
XYZ55.448.3862.92-
YUV189.02135.89152.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=37.48%
G=28.40%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316920300.240.090.13322.2245.7676.86
HexDFA9CB0189D1422e4d
Octal337251313030111550256115
Binary110111111010100111001011011000100111011010000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9CB; }

 p { color: rgb(223,169,203); }

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

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

 a { background-color: rgb(223,169,203); }

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

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

 span { border-color: rgb(223,169,203); }

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