#DBC8E0

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

Shades of Titan White #DBC8E0

Tints of Titan White #DBC8E0

Color information

#DBC8E0 (or 0xDBC8E0) is unknown color: approx Titan White. HEX triplet: DB, C8 and E0. RGB value is (219,200,224). Sum of RGB (Red+Green+Blue) = 219+200+224=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8E0 is #24371F. Grayscale: #D0D0D0. Windows color (decimal): -2373408 or 14731483. OLE color: 14731483.

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

Color convert

RGB219200224-
CMYK0.020.1100.12
HSL287.5º27.91%83.14%-
HSV(B)287.5º10.71%87.84%-
XYZ63.3261.7579.1-
YUV208.42136.79135.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=34.06%
G=31.10%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192002240.020.1100.12287.527.9183.14
HexDBC8E02B0C1201c53
Octal33331034021301444034123
Binary11011011110010001110000010101101100100100000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8E0; }

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

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

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

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

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

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

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

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