#DBCBD6

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

Shades of Twilight #DBCBD6

Tints of Twilight #DBCBD6

Color information

#DBCBD6 (or 0xDBCBD6) is unknown color: approx Twilight. HEX triplet: DB, CB and D6. RGB value is (219,203,214). Sum of RGB (Red+Green+Blue) = 219+203+214=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD6 is #243429. Grayscale: #D1D1D1. Windows color (decimal): -2372650 or 14076891. OLE color: 14076891.

HSL color Cylindrical-coordinate representation of color #DBCBD6: hue angle of 318.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCBD6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219203214-
CMYK00.070.020.14
HSL318.75º18.18%82.75%-
HSV(B)318.75º7.31%85.88%-
XYZ62.7162.6372.4-
YUV209.04130.8135.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=34.43%
G=31.92%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920321400.070.020.14318.7518.1882.75
HexDBCBD6072E13f1253
Octal3333133260721647722123
Binary1101101111001011110101100111101110100111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBD6; }

 p { color: rgb(219,203,214); }

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

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

 a { background-color: rgb(219,203,214); }

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

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

 span { border-color: rgb(219,203,214); }

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