#DDADCC

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

Shades of Twilight #DDADCC

Tints of Twilight #DDADCC

Color information

#DDADCC (or 0xDDADCC) is unknown color: approx Twilight. HEX triplet: DD, AD and CC. RGB value is (221,173,204). Sum of RGB (Red+Green+Blue) = 221+173+204=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCC is #225233. Grayscale: #BEBEBE. Windows color (decimal): -2249268 or 13413853. OLE color: 13413853.

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

Color convert

RGB221173204-
CMYK00.220.080.13
HSL321.25º41.38%77.25%-
HSV(B)321.25º21.72%86.67%-
XYZ55.6649.6263.77-
YUV190.89135.4149.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=36.96%
G=28.93%
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
Decimal22117320400.220.080.13321.2541.3877.25
HexDDADCC0168D141294d
Octal335255314026101550151115
Binary110111011010110111001100010110100011011010000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADCC; }

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

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

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

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

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

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

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

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