#DBCAD6

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

Shades of Twilight #DBCAD6

Tints of Twilight #DBCAD6

Color information

#DBCAD6 (or 0xDBCAD6) is unknown color: approx Twilight. HEX triplet: DB, CA and D6. RGB value is (219,202,214). Sum of RGB (Red+Green+Blue) = 219+202+214=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD6 is #243529. Grayscale: #D0D0D0. Windows color (decimal): -2372906 or 14076635. OLE color: 14076635.

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

Color convert

RGB219202214-
CMYK00.080.020.14
HSL317.65º19.1%82.55%-
HSV(B)317.65º7.76%85.88%-
XYZ62.4762.1672.32-
YUV208.45131.13135.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=34.49%
G=31.81%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221400.080.020.14317.6519.182.55
HexDBCAD6082E13e1353
Octal33331232601021647623123
Binary11011011110010101101011001000101110100111110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD6; }

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

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

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

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

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

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

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

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