#DDB6D0

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

Shades of Twilight #DDB6D0

Tints of Twilight #DDB6D0

Color information

#DDB6D0 (or 0xDDB6D0) is unknown color: approx Twilight. HEX triplet: DD, B6 and D0. RGB value is (221,182,208). Sum of RGB (Red+Green+Blue) = 221+182+208=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6D0 is #22492F. Grayscale: #C4C4C4. Windows color (decimal): -2246960 or 13678301. OLE color: 13678301.

HSL color Cylindrical-coordinate representation of color #DDB6D0: hue angle of 320º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6D0 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221182208-
CMYK00.180.060.13
HSL320º36.45%79.02%-
HSV(B)320º17.65%86.67%-
XYZ57.9353.3866.92-
YUV196.62134.42145.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=36.17%
G=29.79%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118220800.180.060.1332036.4579.02
HexDDB6D00126D140244f
Octal33526632002261550044117
Binary11011101101101101101000001001011011011010000001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6D0; }

 p { color: rgb(221,182,208); }

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

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

 a { background-color: rgb(221,182,208); }

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

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

 span { border-color: rgb(221,182,208); }

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