#DFD3E6

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

Shades of Titan White #DFD3E6

Tints of Titan White #DFD3E6

Color information

#DFD3E6 (or 0xDFD3E6) is unknown color: approx Titan White. HEX triplet: DF, D3 and E6. RGB value is (223,211,230). Sum of RGB (Red+Green+Blue) = 223+211+230=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3E6 is #202C19. Grayscale: #D8D8D8. Windows color (decimal): -2108442 or 15127519. OLE color: 15127519.

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

Color convert

RGB223211230-
CMYK0.030.0800.10
HSL277.89º27.54%86.47%-
HSV(B)277.89º8.26%90.2%-
XYZ68.0167.9984.4-
YUV216.75135.48132.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 211 (82.81% from 255) = 31.78%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=33.58%
G=31.78%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232112300.030.0800.10277.8927.5486.47
HexDFD3E6380A1161c56
Octal33732334631001242634126
Binary11011111110100111110011011100001010100010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3E6; }

 p { color: rgb(223,211,230); }

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

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

 a { background-color: rgb(223,211,230); }

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

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

 span { border-color: rgb(223,211,230); }

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