#DFD2EC

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

Shades of Titan White #DFD2EC

Tints of Titan White #DFD2EC

Color information

#DFD2EC (or 0xDFD2EC) is unknown color: approx Titan White. HEX triplet: DF, D2 and EC. RGB value is (223,210,236). Sum of RGB (Red+Green+Blue) = 223+210+236=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2EC is #202D13. Grayscale: #D8D8D8. Windows color (decimal): -2108692 or 15520479. OLE color: 15520479.

HSL color Cylindrical-coordinate representation of color #DFD2EC: hue angle of 270º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD2EC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223210236-
CMYK0.060.1100.07
HSL270º40.62%87.45%-
HSV(B)270º11.02%92.55%-
XYZ68.6267.8488.83-
YUV216.85138.81132.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=33.33%
G=31.39%
B=35.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232102360.060.1100.0727040.6287.45
HexDFD2EC6B0710e2957
Octal3373223546130741651127
Binary110111111101001011101100110101101111000011101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2EC; }

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

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

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

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

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

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

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

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