#DDAFCD

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

Shades of Twilight #DDAFCD

Tints of Twilight #DDAFCD

Color information

#DDAFCD (or 0xDDAFCD) is unknown color: approx Twilight. HEX triplet: DD, AF and CD. RGB value is (221,175,205). Sum of RGB (Red+Green+Blue) = 221+175+205=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFCD is #225032. Grayscale: #C0C0C0. Windows color (decimal): -2248755 or 13479901. OLE color: 13479901.

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

Color convert

RGB221175205-
CMYK00.210.070.13
HSL320.87º40.35%77.65%-
HSV(B)320.87º20.81%86.67%-
XYZ56.1750.4464.53-
YUV192.17135.24148.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=36.77%
G=29.12%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117520500.210.070.13320.8740.3577.65
HexDDAFCD0157D141284e
Octal33525731502571550150116
Binary11011101101011111100110101010111111011010000011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFCD; }

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

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

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

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

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

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

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

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