#DBC8E5

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

Shades of Titan White #DBC8E5

Tints of Titan White #DBC8E5

Color information

#DBC8E5 (or 0xDBC8E5) is unknown color: approx Titan White. HEX triplet: DB, C8 and E5. RGB value is (219,200,229). Sum of RGB (Red+Green+Blue) = 219+200+229=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8E5 is #24371A. Grayscale: #D0D0D0. Windows color (decimal): -2373403 or 15059163. OLE color: 15059163.

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

Color convert

RGB219200229-
CMYK0.040.1300.10
HSL279.31º35.8%84.12%-
HSV(B)279.31º12.66%89.8%-
XYZ64.0162.0382.73-
YUV208.99139.29135.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 200 (78.52% from 255) = 30.86%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=33.80%
G=30.86%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192002290.040.1300.10279.3135.884.12
HexDBC8E54D0A1172454
Octal33331034541501242744124
Binary1101101111001000111001011001101010101000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8E5; }

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

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

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

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

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

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

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

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