#DDBACF

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

Shades of Twilight #DDBACF

Tints of Twilight #DDBACF

Color information

#DDBACF (or 0xDDBACF) is unknown color: approx Twilight. HEX triplet: DD, BA and CF. RGB value is (221,186,207). Sum of RGB (Red+Green+Blue) = 221+186+207=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACF is #224530. Grayscale: #C6C6C6. Windows color (decimal): -2245937 or 13613789. OLE color: 13613789.

HSL color Cylindrical-coordinate representation of color #DDBACF: hue angle of 324º degrees, saturation: 0.34, 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 #DDBACF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221186207-
CMYK00.160.060.13
HSL324º33.98%79.8%-
HSV(B)324º15.84%86.67%-
XYZ58.6454.9966.56-
YUV198.86132.6143.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=35.99%
G=30.29%
B=33.71%

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
Decimal22118620700.160.060.1332433.9879.8
HexDDBACF0106D1442250
Octal33527231702061550442120
Binary11011101101110101100111101000011011011010001001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBACF; }

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

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

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

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

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

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

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

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