#DDAFCA

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

Shades of Twilight #DDAFCA

Tints of Twilight #DDAFCA

Color information

#DDAFCA (or 0xDDAFCA) is unknown color: approx Twilight. HEX triplet: DD, AF and CA. RGB value is (221,175,202). Sum of RGB (Red+Green+Blue) = 221+175+202=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFCA is #225035. Grayscale: #BFBFBF. Windows color (decimal): -2248758 or 13283293. OLE color: 13283293.

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

Color convert

RGB221175202-
CMYK00.210.090.13
HSL324.78º40.35%77.65%-
HSV(B)324.78º20.81%86.67%-
XYZ55.8150.362.64-
YUV191.83133.74148.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=36.96%
G=29.26%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117520200.210.090.13324.7840.3577.65
HexDDAFCA0159D145284e
Octal335257312025111550550116
Binary110111011010111111001010010101100111011010001011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFCA; }

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

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

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

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

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

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

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

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