#DDB9CF

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

Shades of Twilight #DDB9CF

Tints of Twilight #DDB9CF

Color information

#DDB9CF (or 0xDDB9CF) is unknown color: approx Twilight. HEX triplet: DD, B9 and CF. RGB value is (221,185,207). Sum of RGB (Red+Green+Blue) = 221+185+207=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9CF is #224630. Grayscale: #C6C6C6. Windows color (decimal): -2246193 or 13613533. OLE color: 13613533.

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

Color convert

RGB221185207-
CMYK00.160.060.13
HSL323.33º34.62%79.61%-
HSV(B)323.33º16.29%86.67%-
XYZ58.4354.5866.49-
YUV198.27132.93144.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=36.05%
G=30.18%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118520700.160.060.13323.3334.6279.61
HexDDB9CF0106D1432350
Octal33527131702061550343120
Binary11011101101110011100111101000011011011010000111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9CF; }

 p { color: rgb(221,185,207); }

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

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

 a { background-color: rgb(221,185,207); }

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

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

 span { border-color: rgb(221,185,207); }

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