#DBCDE0

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

Shades of Titan White #DBCDE0

Tints of Titan White #DBCDE0

Color information

#DBCDE0 (or 0xDBCDE0) is unknown color: approx Titan White. HEX triplet: DB, CD and E0. RGB value is (219,205,224). Sum of RGB (Red+Green+Blue) = 219+205+224=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDE0 is #24321F. Grayscale: #D3D3D3. Windows color (decimal): -2372128 or 14732763. OLE color: 14732763.

HSL color Cylindrical-coordinate representation of color #DBCDE0: hue angle of 284.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCDE0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219205224-
CMYK0.020.0800.12
HSL284.21º23.46%84.12%-
HSV(B)284.21º8.48%87.84%-
XYZ64.564.179.49-
YUV211.35135.14133.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=33.80%
G=31.64%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192052240.020.0800.12284.2123.4684.12
HexDBCDE0280C11c1754
Octal33331534021001443427124
Binary11011011110011011110000010100001100100011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDE0; }

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

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

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

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

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

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

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

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