#DBC9E6

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

Shades of Titan White #DBC9E6

Tints of Titan White #DBC9E6

Color information

#DBC9E6 (or 0xDBC9E6) is unknown color: approx Titan White. HEX triplet: DB, C9 and E6. RGB value is (219,201,230). Sum of RGB (Red+Green+Blue) = 219+201+230=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9E6 is #243619. Grayscale: #D1D1D1. Windows color (decimal): -2373146 or 15124955. OLE color: 15124955.

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

Color convert

RGB219201230-
CMYK0.050.1300.10
HSL277.24º36.71%84.51%-
HSV(B)277.24º12.61%90.2%-
XYZ64.3862.5583.54-
YUV209.69139.46134.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=33.69%
G=30.92%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192012300.050.1300.10277.2436.7184.51
HexDBC9E65D0A1152555
Octal33331134651501242545125
Binary1101101111001001111001101011101010101000101011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9E6; }

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

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

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

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

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

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

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

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