#DDADCB

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

Shades of Twilight #DDADCB

Tints of Twilight #DDADCB

Color information

#DDADCB (or 0xDDADCB) is unknown color: approx Twilight. HEX triplet: DD, AD and CB. RGB value is (221,173,203). Sum of RGB (Red+Green+Blue) = 221+173+203=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCB is #225234. Grayscale: #BEBEBE. Windows color (decimal): -2249269 or 13348317. OLE color: 13348317.

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

Color convert

RGB221173203-
CMYK00.220.080.13
HSL322.5º41.38%77.25%-
HSV(B)322.5º21.72%86.67%-
XYZ55.5449.5763.14-
YUV190.77134.9149.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=37.02%
G=28.98%
B=34.00%

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
Decimal22117320300.220.080.13322.541.3877.25
HexDDADCB0168D142294d
Octal335255313026101550251115
Binary110111011010110111001011010110100011011010000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADCB; }

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

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

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

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

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

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

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

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