#DFD2E6

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

Shades of Titan White #DFD2E6

Tints of Titan White #DFD2E6

Color information

#DFD2E6 (or 0xDFD2E6) is unknown color: approx Titan White. HEX triplet: DF, D2 and E6. RGB value is (223,210,230). Sum of RGB (Red+Green+Blue) = 223+210+230=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2E6 is #202D19. Grayscale: #D8D8D8. Windows color (decimal): -2108698 or 15127263. OLE color: 15127263.

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

Color convert

RGB223210230-
CMYK0.030.0900.10
HSL279º28.57%86.27%-
HSV(B)279º8.7%90.2%-
XYZ67.7667.4984.32-
YUV216.17135.81132.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 210 (82.42% from 255) = 31.67%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=33.63%
G=31.67%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232102300.030.0900.1027928.5786.27
HexDFD2E6390A1171d56
Octal33732234631101242735126
Binary11011111110100101110011011100101010100010111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2E6; }

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

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

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

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

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

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

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

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