#DDBDC9

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

Shades of Twilight #DDBDC9

Tints of Twilight #DDBDC9

Color information

#DDBDC9 (or 0xDDBDC9) is unknown color: approx Twilight. HEX triplet: DD, BD and C9. RGB value is (221,189,201). Sum of RGB (Red+Green+Blue) = 221+189+201=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC9 is #224236. Grayscale: #C7C7C7. Windows color (decimal): -2245175 or 13221341. OLE color: 13221341.

HSL color Cylindrical-coordinate representation of color #DDBDC9: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221189201-
CMYK00.140.090.13
HSL337.5º32%80.39%-
HSV(B)337.5º14.48%86.67%-
XYZ58.5655.9862.98-
YUV199.94128.6143.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 201 (78.91% from 255) = 32.90%
R=36.17%
G=30.93%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118920100.140.090.13337.53280.39
HexDDBDC90E9D1522050
Octal335275311016111552240120
Binary11011101101111011100100101110100111011010100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC9; }

 p { color: rgb(221,189,201); }

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

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

 a { background-color: rgb(221,189,201); }

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

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

 span { border-color: rgb(221,189,201); }

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