#DBC0E6

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

Shades of Titan White #DBC0E6

Tints of Titan White #DBC0E6

Color information

#DBC0E6 (or 0xDBC0E6) is unknown color: approx Titan White. HEX triplet: DB, C0 and E6. RGB value is (219,192,230). Sum of RGB (Red+Green+Blue) = 219+192+230=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0E6 is #243F19. Grayscale: #CCCCCC. Windows color (decimal): -2375450 or 15122651. OLE color: 15122651.

HSL color Cylindrical-coordinate representation of color #DBC0E6: hue angle of 282.63º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC0E6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219192230-
CMYK0.050.1700.10
HSL282.63º43.18%82.75%-
HSV(B)282.63º16.52%90.2%-
XYZ62.3558.4782.86-
YUV204.4142.45138.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=34.17%
G=29.95%
B=35.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191922300.050.1700.10282.6343.1882.75
HexDBC0E65110A11b2b53
Octal33330034652101243353123
Binary11011011110000001110011010110001010101000110111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0E6; }

 p { color: rgb(219,192,230); }

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

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

 a { background-color: rgb(219,192,230); }

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

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

 span { border-color: rgb(219,192,230); }

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