#DBC8E7

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

Shades of Titan White #DBC8E7

Tints of Titan White #DBC8E7

Color information

#DBC8E7 (or 0xDBC8E7) is unknown color: approx Titan White. HEX triplet: DB, C8 and E7. RGB value is (219,200,231). Sum of RGB (Red+Green+Blue) = 219+200+231=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBC8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8E7 is #243718. Grayscale: #D1D1D1. Windows color (decimal): -2373401 or 15190235. OLE color: 15190235.

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

Color convert

RGB219200231-
CMYK0.050.1300.09
HSL276.77º39.24%84.51%-
HSV(B)276.77º13.42%90.59%-
XYZ64.2962.1484.21-
YUV209.21140.29134.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 231 (90.62% from 255) = 35.54%
R=33.69%
G=30.77%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192002310.050.1300.09276.7739.2484.51
HexDBC8E75D091152755
Octal33331034751501142547125
Binary1101101111001000111001111011101010011000101011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8E7; }

 p { color: rgb(219,200,231); }

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

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

 a { background-color: rgb(219,200,231); }

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

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

 span { border-color: rgb(219,200,231); }

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