#DFDDE0

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

Shades of Titan White #DFDDE0

Tints of Titan White #DFDDE0

Color information

#DFDDE0 (or 0xDFDDE0) is unknown color: approx Titan White. HEX triplet: DF, DD and E0. RGB value is (223,221,224). Sum of RGB (Red+Green+Blue) = 223+221+224=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE0 is #20221F. Grayscale: #DDDDDD. Windows color (decimal): -2105888 or 14736863. OLE color: 14736863.

HSL color Cylindrical-coordinate representation of color #DFDDE0: hue angle of 280º degrees, saturation: 0.05, 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 #DFDDE0 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223221224-
CMYK0.000.0100.12
HSL280º4.62%87.25%-
HSV(B)280º1.34%87.84%-
XYZ69.7472.7880.89-
YUV221.94129.16128.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 224 (87.89% from 255) = 33.53%
R=33.38%
G=33.08%
B=33.53%

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
Decimal2232212240.000.0100.122804.6287.25
HexDFDDE0010C118557
Octal337335340010144305127
Binary11011111110111011110000001011001000110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE0; }

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

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

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

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

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

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

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

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