#DCD5DF

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

Shades of Titan White #DCD5DF

Tints of Titan White #DCD5DF

Color information

#DCD5DF (or 0xDCD5DF) is unknown color: approx Titan White. HEX triplet: DC, D5 and DF. RGB value is (220,213,223). Sum of RGB (Red+Green+Blue) = 220+213+223=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5DF is #232A20. Grayscale: #D8D8D8. Windows color (decimal): -2304545 or 14669276. OLE color: 14669276.

HSL color Cylindrical-coordinate representation of color #DCD5DF: hue angle of 282º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD5DF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220213223-
CMYK0.010.0400.13
HSL282º13.51%85.49%-
HSV(B)282º4.48%87.45%-
XYZ66.6368.1379.45-
YUV216.23131.82130.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=33.54%
G=32.47%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202132230.010.0400.1328213.5185.49
HexDCD5DF140D11ae55
Octal3343253371401543216125
Binary11011100110101011101111111000110110001101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5DF; }

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

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

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

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

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

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

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

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