#DCD5E0

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

Shades of Titan White #DCD5E0

Tints of Titan White #DCD5E0

Color information

#DCD5E0 (or 0xDCD5E0) is unknown color: approx Titan White. HEX triplet: DC, D5 and E0. RGB value is (220,213,224). Sum of RGB (Red+Green+Blue) = 220+213+224=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5E0 is #232A1F. Grayscale: #D8D8D8. Windows color (decimal): -2304544 or 14734812. OLE color: 14734812.

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

Color convert

RGB220213224-
CMYK0.020.0500.12
HSL278.18º15.07%85.69%-
HSV(B)278.18º4.91%87.84%-
XYZ66.7668.1980.16-
YUV216.35132.32130.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 213 (83.59% from 255) = 32.42%
BLUE value IS 224 (87.89% from 255) = 34.09%
R=33.49%
G=32.42%
B=34.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202132240.020.0500.12278.1815.0785.69
HexDCD5E0250C116f56
Octal3343253402501442617126
Binary110111001101010111100000101010110010001011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5E0; }

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

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

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

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

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

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

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

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