#DFAFCE

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

Shades of Twilight #DFAFCE

Tints of Twilight #DFAFCE

Color information

#DFAFCE (or 0xDFAFCE) is unknown color: approx Twilight. HEX triplet: DF, AF and CE. RGB value is (223,175,206). Sum of RGB (Red+Green+Blue) = 223+175+206=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFCE is #205031. Grayscale: #C0C0C0. Windows color (decimal): -2117682 or 13545439. OLE color: 13545439.

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

Color convert

RGB223175206-
CMYK00.220.080.13
HSL321.25º42.86%78.04%-
HSV(B)321.25º21.52%87.45%-
XYZ56.950.865.2-
YUV192.89135.4149.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=36.92%
G=28.97%
B=34.11%

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
Decimal22317520600.220.080.13321.2542.8678.04
HexDFAFCE0168D1412b4e
Octal337257316026101550153116
Binary110111111010111111001110010110100011011010000011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFCE; }

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

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

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

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

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

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

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

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