#DBD4D9

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

Shades of Twilight #DBD4D9

Tints of Twilight #DBD4D9

Color information

#DBD4D9 (or 0xDBD4D9) is unknown color: approx Twilight. HEX triplet: DB, D4 and D9. RGB value is (219,212,217). Sum of RGB (Red+Green+Blue) = 219+212+217=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D9 is #242B26. Grayscale: #D6D6D6. Windows color (decimal): -2370343 or 14275803. OLE color: 14275803.

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

Color convert

RGB219212217-
CMYK00.030.010.14
HSL317.14º8.86%84.51%-
HSV(B)317.14º3.2%85.88%-
XYZ65.2867.1675.17-
YUV214.66129.32131.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 212 (83.20% from 255) = 32.72%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=33.80%
G=32.72%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921221700.030.010.14317.148.8684.51
HexDBD4D9031E13d955
Octal3333243310311647511125
Binary1101101111010100110110010111111010011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4D9; }

 p { color: rgb(219,212,217); }

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

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

 a { background-color: rgb(219,212,217); }

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

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

 span { border-color: rgb(219,212,217); }

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