#DFD5E7

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

Shades of Titan White #DFD5E7

Tints of Titan White #DFD5E7

Color information

#DFD5E7 (or 0xDFD5E7) is unknown color: approx Titan White. HEX triplet: DF, D5 and E7. RGB value is (223,213,231). Sum of RGB (Red+Green+Blue) = 223+213+231=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFD5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5E7 is #202A18. Grayscale: #D9D9D9. Windows color (decimal): -2107929 or 15193567. OLE color: 15193567.

HSL color Cylindrical-coordinate representation of color #DFD5E7: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD5E7 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223213231-
CMYK0.030.0800.09
HSL273.33º27.27%87.06%-
HSV(B)273.33º7.79%90.59%-
XYZ68.6569.0585.31-
YUV218.04135.31131.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=33.43%
G=31.93%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232132310.030.0800.09273.3327.2787.06
HexDFD5E738091111b57
Octal33732534731001142133127
Binary11011111110101011110011111100001001100010001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5E7; }

 p { color: rgb(223,213,231); }

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

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

 a { background-color: rgb(223,213,231); }

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

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

 span { border-color: rgb(223,213,231); }

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