#DBCDE3

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

Shades of Titan White #DBCDE3

Tints of Titan White #DBCDE3

Color information

#DBCDE3 (or 0xDBCDE3) is unknown color: approx Titan White. HEX triplet: DB, CD and E3. RGB value is (219,205,227). Sum of RGB (Red+Green+Blue) = 219+205+227=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDE3 is #24321C. Grayscale: #D3D3D3. Windows color (decimal): -2372125 or 14929371. OLE color: 14929371.

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

Color convert

RGB219205227-
CMYK0.040.1000.11
HSL278.18º28.21%84.71%-
HSV(B)278.18º9.69%89.02%-
XYZ64.9164.2781.66-
YUV211.69136.64133.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=33.64%
G=31.49%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192052270.040.1000.11278.1828.2184.71
HexDBCDE34A0B1161c55
Octal33331534341201342634125
Binary110110111100110111100011100101001011100010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDE3; }

 p { color: rgb(219,205,227); }

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

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

 a { background-color: rgb(219,205,227); }

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

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

 span { border-color: rgb(219,205,227); }

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