#DDB7CD

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

Shades of Twilight #DDB7CD

Tints of Twilight #DDB7CD

Color information

#DDB7CD (or 0xDDB7CD) is unknown color: approx Twilight. HEX triplet: DD, B7 and CD. RGB value is (221,183,205). Sum of RGB (Red+Green+Blue) = 221+183+205=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CD is #224832. Grayscale: #C4C4C4. Windows color (decimal): -2246707 or 13481949. OLE color: 13481949.

HSL color Cylindrical-coordinate representation of color #DDB7CD: hue angle of 325.26º degrees, saturation: 0.36, 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 #DDB7CD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221183205-
CMYK00.170.070.13
HSL325.26º35.85%79.22%-
HSV(B)325.26º17.19%86.67%-
XYZ57.7753.6565.07-
YUV196.87132.59145.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=36.29%
G=30.05%
B=33.66%

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
Decimal22118320500.170.070.13325.2635.8579.22
HexDDB7CD0117D145244f
Octal33526731502171550544117
Binary11011101101101111100110101000111111011010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7CD; }

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

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

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

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

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

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

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

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