#DBD4E1

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

Shades of Titan White #DBD4E1

Tints of Titan White #DBD4E1

Color information

#DBD4E1 (or 0xDBD4E1) is unknown color: approx Titan White. HEX triplet: DB, D4 and E1. RGB value is (219,212,225). Sum of RGB (Red+Green+Blue) = 219+212+225=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBD4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4E1 is #242B1E. Grayscale: #D7D7D7. Windows color (decimal): -2370335 or 14800091. OLE color: 14800091.

HSL color Cylindrical-coordinate representation of color #DBD4E1: hue angle of 272.31º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD4E1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219212225-
CMYK0.030.0600.12
HSL272.31º17.81%85.69%-
HSV(B)272.31º5.78%88.24%-
XYZ66.3567.5880.78-
YUV215.58133.32130.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=33.38%
G=32.32%
B=34.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192122250.030.0600.12272.3117.8185.69
HexDBD4E1360C1101256
Octal3333243413601442022126
Binary1101101111010100111000011111001100100010000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4E1; }

 p { color: rgb(219,212,225); }

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

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

 a { background-color: rgb(219,212,225); }

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

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

 span { border-color: rgb(219,212,225); }

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