#DBD0D8

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

Shades of Twilight #DBD0D8

Tints of Twilight #DBD0D8

Color information

#DBD0D8 (or 0xDBD0D8) is unknown color: approx Twilight. HEX triplet: DB, D0 and D8. RGB value is (219,208,216). Sum of RGB (Red+Green+Blue) = 219+208+216=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D8 is #242F27. Grayscale: #D4D4D4. Windows color (decimal): -2371368 or 14209243. OLE color: 14209243.

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

Color convert

RGB219208216-
CMYK00.050.010.14
HSL316.36º13.25%83.73%-
HSV(B)316.36º5.02%85.88%-
XYZ64.1665.1374.16-
YUV212.2130.14132.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 208 (81.64% from 255) = 32.35%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=34.06%
G=32.35%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920821600.050.010.14316.3613.2583.73
HexDBD0D8051E13cd54
Octal3333203300511647415124
Binary11011011110100001101100001011111010011110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0D8; }

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

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

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

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

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

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

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

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