#DBC1D0

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

Shades of Twilight #DBC1D0

Tints of Twilight #DBC1D0

Color information

#DBC1D0 (or 0xDBC1D0) is unknown color: approx Twilight. HEX triplet: DB, C1 and D0. RGB value is (219,193,208). Sum of RGB (Red+Green+Blue) = 219+193+208=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D0 is #243E2F. Grayscale: #CACACA. Windows color (decimal): -2375216 or 13681115. OLE color: 13681115.

HSL color Cylindrical-coordinate representation of color #DBC1D0: hue angle of 325.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1D0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219193208-
CMYK00.120.050.14
HSL325.38º26.53%80.78%-
HSV(B)325.38º11.87%85.88%-
XYZ59.6757.7567.68-
YUV202.48131.11139.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=35.32%
G=31.13%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919320800.120.050.14325.3826.5380.78
HexDBC1D00C5E1451b51
Octal33330132001451650533121
Binary110110111100000111010000011001011110101000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1D0; }

 p { color: rgb(219,193,208); }

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

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

 a { background-color: rgb(219,193,208); }

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

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

 span { border-color: rgb(219,193,208); }

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