#DFDEE1

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

Shades of Titan White #DFDEE1

Tints of Titan White #DFDEE1

Color information

#DFDEE1 (or 0xDFDEE1) is unknown color: approx Titan White. HEX triplet: DF, DE and E1. RGB value is (223,222,225). Sum of RGB (Red+Green+Blue) = 223+222+225=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE1 is #20211E. Grayscale: #DEDEDE. Windows color (decimal): -2105631 or 14802655. OLE color: 14802655.

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

Color convert

RGB223222225-
CMYK0.010.0100.12
HSL260º4.76%87.65%-
HSV(B)260º1.33%88.24%-
XYZ70.1473.3781.7-
YUV222.64129.33128.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=33.28%
G=33.13%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232222250.010.0100.122604.7687.65
HexDFDEE1110C104558
Octal337336341110144045130
Binary11011111110111101110000111011001000001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEE1; }

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

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

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

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

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

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

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

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