#DFD3EB

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

Shades of Titan White #DFD3EB

Tints of Titan White #DFD3EB

Color information

#DFD3EB (or 0xDFD3EB) is unknown color: approx Titan White. HEX triplet: DF, D3 and EB. RGB value is (223,211,235). Sum of RGB (Red+Green+Blue) = 223+211+235=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3EB is #202C14. Grayscale: #D9D9D9. Windows color (decimal): -2108437 or 15455199. OLE color: 15455199.

HSL color Cylindrical-coordinate representation of color #DFD3EB: hue angle of 270º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD3EB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223211235-
CMYK0.050.1000.08
HSL270º37.5%87.45%-
HSV(B)270º10.21%92.16%-
XYZ68.7268.2788.15-
YUV217.32137.98132.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=33.33%
G=31.54%
B=35.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232112350.050.1000.0827037.587.45
HexDFD3EB5A0810e2557
Octal33732335351201041645127
Binary1101111111010011111010111011010010001000011101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3EB; }

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

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

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

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

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

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

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

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