#DBBFE6

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

Shades of Titan White #DBBFE6

Tints of Titan White #DBBFE6

Color information

#DBBFE6 (or 0xDBBFE6) is unknown color: approx Titan White. HEX triplet: DB, BF and E6. RGB value is (219,191,230). Sum of RGB (Red+Green+Blue) = 219+191+230=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFE6 is #244019. Grayscale: #CBCBCB. Windows color (decimal): -2375706 or 15122395. OLE color: 15122395.

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

Color convert

RGB219191230-
CMYK0.050.1700.10
HSL283.08º43.82%82.55%-
HSV(B)283.08º16.96%90.2%-
XYZ62.1358.0382.79-
YUV203.82142.78138.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=34.22%
G=29.84%
B=35.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191912300.050.1700.10283.0843.8282.55
HexDBBFE65110A11b2c53
Octal33327734652101243354123
Binary11011011101111111110011010110001010101000110111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFE6; }

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

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

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

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

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

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

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

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