#DBD1E2

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

Shades of Titan White #DBD1E2

Tints of Titan White #DBD1E2

Color information

#DBD1E2 (or 0xDBD1E2) is unknown color: approx Titan White. HEX triplet: DB, D1 and E2. RGB value is (219,209,226). Sum of RGB (Red+Green+Blue) = 219+209+226=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1E2 is #242E1D. Grayscale: #D5D5D5. Windows color (decimal): -2371102 or 14864859. OLE color: 14864859.

HSL color Cylindrical-coordinate representation of color #DBD1E2: hue angle of 275.29º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD1E2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219209226-
CMYK0.030.0800.11
HSL275.29º22.67%85.29%-
HSV(B)275.29º7.52%88.63%-
XYZ65.7466.1581.26-
YUV213.93134.81131.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=33.49%
G=31.96%
B=34.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192092260.030.0800.11275.2922.6785.29
HexDBD1E2380B1131755
Octal33332134231001342327125
Binary11011011110100011110001011100001011100010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1E2; }

 p { color: rgb(219,209,226); }

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

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

 a { background-color: rgb(219,209,226); }

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

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

 span { border-color: rgb(219,209,226); }

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