#DDC6D1

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

Shades of Twilight #DDC6D1

Tints of Twilight #DDC6D1

Color information

#DDC6D1 (or 0xDDC6D1) is unknown color: approx Twilight. HEX triplet: DD, C6 and D1. RGB value is (221,198,209). Sum of RGB (Red+Green+Blue) = 221+198+209=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D1 is #22392E. Grayscale: #CECECE. Windows color (decimal): -2242863 or 13747933. OLE color: 13747933.

HSL color Cylindrical-coordinate representation of color #DDC6D1: hue angle of 331.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6D1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221198209-
CMYK00.100.050.13
HSL331.3º25.27%82.16%-
HSV(B)331.3º10.41%86.67%-
XYZ61.5260.3668.73-
YUV206.13129.62138.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=35.19%
G=31.53%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119820900.100.050.13331.325.2782.16
HexDDC6D10A5D14b1952
Octal33530632101251551331122
Binary110111011100011011010001010101011101101001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6D1; }

 p { color: rgb(221,198,209); }

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

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

 a { background-color: rgb(221,198,209); }

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

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

 span { border-color: rgb(221,198,209); }

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