#DDABCA

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

Shades of Twilight #DDABCA

Tints of Twilight #DDABCA

Color information

#DDABCA (or 0xDDABCA) is unknown color: approx Twilight. HEX triplet: DD, AB and CA. RGB value is (221,171,202). Sum of RGB (Red+Green+Blue) = 221+171+202=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCA is #225435. Grayscale: #BDBDBD. Windows color (decimal): -2249782 or 13282269. OLE color: 13282269.

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

Color convert

RGB221171202-
CMYK00.230.090.13
HSL322.8º42.37%76.86%-
HSV(B)322.8º22.62%86.67%-
XYZ55.0448.7662.39-
YUV189.48135.06150.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=37.21%
G=28.79%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117120200.230.090.13322.842.3776.86
HexDDABCA0179D1432a4d
Octal335253312027111550352115
Binary110111011010101111001010010111100111011010000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABCA; }

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

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

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

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

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

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

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

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