#DCD0E6

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

Shades of Titan White #DCD0E6

Tints of Titan White #DCD0E6

Color information

#DCD0E6 (or 0xDCD0E6) is unknown color: approx Titan White. HEX triplet: DC, D0 and E6. RGB value is (220,208,230). Sum of RGB (Red+Green+Blue) = 220+208+230=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0E6 is #232F19. Grayscale: #D6D6D6. Windows color (decimal): -2305818 or 15126748. OLE color: 15126748.

HSL color Cylindrical-coordinate representation of color #DCD0E6: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD0E6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220208230-
CMYK0.040.1000.10
HSL272.73º30.56%85.88%-
HSV(B)272.73º9.57%90.2%-
XYZ66.3566.0484.11-
YUV214.1136.98132.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 208 (81.64% from 255) = 31.61%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=33.43%
G=31.61%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202082300.040.1000.10272.7330.5685.88
HexDCD0E64A0A1111f56
Octal33432034641201242137126
Binary110111001101000011100110100101001010100010001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0E6; }

 p { color: rgb(220,208,230); }

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

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

 a { background-color: rgb(220,208,230); }

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

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

 span { border-color: rgb(220,208,230); }

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