#DDB8CD

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

Shades of Twilight #DDB8CD

Tints of Twilight #DDB8CD

Color information

#DDB8CD (or 0xDDB8CD) is unknown color: approx Twilight. HEX triplet: DD, B8 and CD. RGB value is (221,184,205). Sum of RGB (Red+Green+Blue) = 221+184+205=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8CD is #224732. Grayscale: #C5C5C5. Windows color (decimal): -2246451 or 13482205. OLE color: 13482205.

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

Color convert

RGB221184205-
CMYK00.170.070.13
HSL325.95º35.24%79.41%-
HSV(B)325.95º16.74%86.67%-
XYZ57.9854.0665.14-
YUV197.46132.26144.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=36.23%
G=30.16%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118420500.170.070.13325.9535.2479.41
HexDDB8CD0117D146234f
Octal33527031502171550643117
Binary11011101101110001100110101000111111011010001101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8CD; }

 p { color: rgb(221,184,205); }

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

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

 a { background-color: rgb(221,184,205); }

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

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

 span { border-color: rgb(221,184,205); }

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