#DBC9E1

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

Shades of Titan White #DBC9E1

Tints of Titan White #DBC9E1

Color information

#DBC9E1 (or 0xDBC9E1) is unknown color: approx Titan White. HEX triplet: DB, C9 and E1. RGB value is (219,201,225). Sum of RGB (Red+Green+Blue) = 219+201+225=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9E1 is #24361E. Grayscale: #D1D1D1. Windows color (decimal): -2373151 or 14797275. OLE color: 14797275.

HSL color Cylindrical-coordinate representation of color #DBC9E1: hue angle of 285º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC9E1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219201225-
CMYK0.030.1100.12
HSL285º28.57%83.53%-
HSV(B)285º10.67%88.24%-
XYZ63.6962.2779.9-
YUV209.12136.96135.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 201 (78.91% from 255) = 31.16%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=33.95%
G=31.16%
B=34.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192012250.030.1100.1228528.5783.53
HexDBC9E13B0C11d1d54
Octal33331134131301443535124
Binary11011011110010011110000111101101100100011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9E1; }

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

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

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

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

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

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

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

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