#DBC7E7

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

Shades of Titan White #DBC7E7

Tints of Titan White #DBC7E7

Color information

#DBC7E7 (or 0xDBC7E7) is unknown color: approx Titan White. HEX triplet: DB, C7 and E7. RGB value is (219,199,231). Sum of RGB (Red+Green+Blue) = 219+199+231=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7E7 is #243818. Grayscale: #D0D0D0. Windows color (decimal): -2373657 or 15189979. OLE color: 15189979.

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

Color convert

RGB219199231-
CMYK0.050.1400.09
HSL277.5º40%84.31%-
HSV(B)277.5º13.85%90.59%-
XYZ64.0661.6884.13-
YUV208.63140.63135.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 199 (78.12% from 255) = 30.66%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=33.74%
G=30.66%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191992310.050.1400.09277.54084.31
HexDBC7E75E091162854
Octal33330734751601142650124
Binary1101101111000111111001111011110010011000101101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7E7; }

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

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

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

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

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

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

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

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