#DBCBE5

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

Shades of Titan White #DBCBE5

Tints of Titan White #DBCBE5

Color information

#DBCBE5 (or 0xDBCBE5) is unknown color: approx Titan White. HEX triplet: DB, CB and E5. RGB value is (219,203,229). Sum of RGB (Red+Green+Blue) = 219+203+229=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBE5 is #24341A. Grayscale: #D2D2D2. Windows color (decimal): -2372635 or 15059931. OLE color: 15059931.

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

Color convert

RGB219203229-
CMYK0.040.1100.10
HSL276.92º33.33%84.71%-
HSV(B)276.92º11.35%89.8%-
XYZ64.7163.4382.96-
YUV210.75138.3133.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=33.64%
G=31.18%
B=35.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192032290.040.1100.10276.9233.3384.71
HexDBCBE54B0A1152155
Octal33331334541301242541125
Binary1101101111001011111001011001011010101000101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBE5; }

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

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

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

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

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

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

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

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