#DFD6E9

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

Shades of Titan White #DFD6E9

Tints of Titan White #DFD6E9

Color information

#DFD6E9 (or 0xDFD6E9) is unknown color: approx Titan White. HEX triplet: DF, D6 and E9. RGB value is (223,214,233). Sum of RGB (Red+Green+Blue) = 223+214+233=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFD6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6E9 is #202916. Grayscale: #DADADA. Windows color (decimal): -2107671 or 15324895. OLE color: 15324895.

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

Color convert

RGB223214233-
CMYK0.040.0800.09
HSL268.42º30.16%87.65%-
HSV(B)268.42º8.15%91.37%-
XYZ69.1969.6686.89-
YUV218.86135.98130.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=33.28%
G=31.94%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232142330.040.0800.09268.4230.1687.65
HexDFD6E9480910c1e58
Octal33732635141001141436130
Binary110111111101011011101001100100001001100001100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6E9; }

 p { color: rgb(223,214,233); }

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

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

 a { background-color: rgb(223,214,233); }

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

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

 span { border-color: rgb(223,214,233); }

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