#DFDCE1

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

Shades of Titan White #DFDCE1

Tints of Titan White #DFDCE1

Color information

#DFDCE1 (or 0xDFDCE1) is unknown color: approx Titan White. HEX triplet: DF, DC and E1. RGB value is (223,220,225). Sum of RGB (Red+Green+Blue) = 223+220+225=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCE1 is #20231E. Grayscale: #DDDDDD. Windows color (decimal): -2106143 or 14802143. OLE color: 14802143.

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

Color convert

RGB223220225-
CMYK0.010.0200.12
HSL276º7.69%87.25%-
HSV(B)276º2.22%88.24%-
XYZ69.6272.3181.52-
YUV221.47129.99129.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=33.38%
G=32.93%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232202250.010.0200.122767.6987.25
HexDFDCE1120C114857
Octal3373343411201442410127
Binary1101111111011100111000011100110010001010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCE1; }

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

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

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

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

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

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

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

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