#DCCDE1

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

Shades of Titan White #DCCDE1

Tints of Titan White #DCCDE1

Color information

#DCCDE1 (or 0xDCCDE1) is unknown color: approx Titan White. HEX triplet: DC, CD and E1. RGB value is (220,205,225). Sum of RGB (Red+Green+Blue) = 220+205+225=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDE1 is #23321E. Grayscale: #D3D3D3. Windows color (decimal): -2306591 or 14798300. OLE color: 14798300.

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

Color convert

RGB220205225-
CMYK0.020.0900.12
HSL285º25%84.31%-
HSV(B)285º8.89%88.24%-
XYZ64.9464.3180.23-
YUV211.76135.47133.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=33.85%
G=31.54%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202052250.020.0900.122852584.31
HexDCCDE1290C11d1954
Octal33431534121101443531124
Binary11011100110011011110000110100101100100011101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDE1; }

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

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

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

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

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

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

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

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