#DDAFC6

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

Shades of Twilight #DDAFC6

Tints of Twilight #DDAFC6

Color information

#DDAFC6 (or 0xDDAFC6) is unknown color: approx Twilight. HEX triplet: DD, AF and C6. RGB value is (221,175,198). Sum of RGB (Red+Green+Blue) = 221+175+198=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC6 is #225039. Grayscale: #BFBFBF. Windows color (decimal): -2248762 or 13021149. OLE color: 13021149.

HSL color Cylindrical-coordinate representation of color #DDAFC6: hue angle of 330º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFC6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221175198-
CMYK00.210.100.13
HSL330º40.35%77.65%-
HSV(B)330º20.81%86.67%-
XYZ55.3450.1160.18-
YUV191.38131.74149.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=37.21%
G=29.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117519800.210.100.1333040.3577.65
HexDDAFC6015AD14a284e
Octal335257306025121551250116
Binary110111011010111111000110010101101011011010010101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFC6; }

 p { color: rgb(221,175,198); }

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

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

 a { background-color: rgb(221,175,198); }

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

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

 span { border-color: rgb(221,175,198); }

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