#DBBFE5

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

Shades of Titan White #DBBFE5

Tints of Titan White #DBBFE5

Color information

#DBBFE5 (or 0xDBBFE5) is unknown color: approx Titan White. HEX triplet: DB, BF and E5. RGB value is (219,191,229). Sum of RGB (Red+Green+Blue) = 219+191+229=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE5 is #24401A. Grayscale: #CBCBCB. Windows color (decimal): -2375707 or 15056859. OLE color: 15056859.

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

Color convert

RGB219191229-
CMYK0.040.1700.10
HSL284.21º42.22%82.35%-
HSV(B)284.21º16.59%89.8%-
XYZ61.9957.9882.05-
YUV203.7142.28138.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=34.27%
G=29.89%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191912290.040.1700.10284.2142.2282.35
HexDBBFE54110A11c2a52
Octal33327734542101243452122
Binary11011011101111111110010110010001010101000111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFE5; }

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

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

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

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

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

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

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

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