#DFDEE0

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

Shades of Titan White #DFDEE0

Tints of Titan White #DFDEE0

Color information

#DFDEE0 (or 0xDFDEE0) is unknown color: approx Titan White. HEX triplet: DF, DE and E0. RGB value is (223,222,224). Sum of RGB (Red+Green+Blue) = 223+222+224=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE0 is #20211F. Grayscale: #DEDEDE. Windows color (decimal): -2105632 or 14737119. OLE color: 14737119.

HSL color Cylindrical-coordinate representation of color #DFDEE0: hue angle of 270º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDEE0 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223222224-
CMYK0.000.0100.12
HSL270º3.12%87.45%-
HSV(B)270º0.89%87.84%-
XYZ70.0173.3180.98-
YUV222.53128.83128.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=33.33%
G=33.18%
B=33.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232222240.000.0100.122703.1287.45
HexDFDEE0010C10e357
Octal337336340010144163127
Binary1101111111011110111000000101100100001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEE0; }

 p { color: rgb(223,222,224); }

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

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

 a { background-color: rgb(223,222,224); }

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

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

 span { border-color: rgb(223,222,224); }

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