#DFDBE5

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

Shades of Titan White #DFDBE5

Tints of Titan White #DFDBE5

Color information

#DFDBE5 (or 0xDFDBE5) is unknown color: approx Titan White. HEX triplet: DF, DB and E5. RGB value is (223,219,229). Sum of RGB (Red+Green+Blue) = 223+219+229=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBE5 is #20241A. Grayscale: #DDDDDD. Windows color (decimal): -2106395 or 15064031. OLE color: 15064031.

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

Color convert

RGB223219229-
CMYK0.030.0400.10
HSL264º16.13%87.84%-
HSV(B)264º4.37%89.8%-
XYZ69.9172.0184.34-
YUV221.34132.33129.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=33.23%
G=32.64%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232192290.030.0400.1026416.1387.84
HexDFDBE5340A1081058
Octal3373333453401241020130
Binary1101111111011011111001011110001010100001000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBE5; }

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

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

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

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

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

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

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

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