#DDADCA

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

Shades of Twilight #DDADCA

Tints of Twilight #DDADCA

Color information

#DDADCA (or 0xDDADCA) is unknown color: approx Twilight. HEX triplet: DD, AD and CA. RGB value is (221,173,202). Sum of RGB (Red+Green+Blue) = 221+173+202=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCA is #225235. Grayscale: #BEBEBE. Windows color (decimal): -2249270 or 13282781. OLE color: 13282781.

HSL color Cylindrical-coordinate representation of color #DDADCA: hue angle of 323.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADCA is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221173202-
CMYK00.220.090.13
HSL323.75º41.38%77.25%-
HSV(B)323.75º21.72%86.67%-
XYZ55.4249.5262.52-
YUV190.66134.4149.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=37.08%
G=29.03%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117320200.220.090.13323.7541.3877.25
HexDDADCA0169D144294d
Octal335255312026111550451115
Binary110111011010110111001010010110100111011010001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADCA; }

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

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

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

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

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

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

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

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