#DFAFCD

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

Shades of Twilight #DFAFCD

Tints of Twilight #DFAFCD

Color information

#DFAFCD (or 0xDFAFCD) is unknown color: approx Twilight. HEX triplet: DF, AF and CD. RGB value is (223,175,205). Sum of RGB (Red+Green+Blue) = 223+175+205=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFCD is #205032. Grayscale: #C0C0C0. Windows color (decimal): -2117683 or 13479903. OLE color: 13479903.

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

Color convert

RGB223175205-
CMYK00.220.080.13
HSL322.5º42.86%78.04%-
HSV(B)322.5º21.52%87.45%-
XYZ56.7850.7664.56-
YUV192.77134.9149.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=36.98%
G=29.02%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317520500.220.080.13322.542.8678.04
HexDFAFCD0168D1422b4e
Octal337257315026101550253116
Binary110111111010111111001101010110100011011010000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFCD; }

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

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

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

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

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

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

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

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