#DCCDE6

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

Shades of Titan White #DCCDE6

Tints of Titan White #DCCDE6

Color information

#DCCDE6 (or 0xDCCDE6) is unknown color: approx Titan White. HEX triplet: DC, CD and E6. RGB value is (220,205,230). Sum of RGB (Red+Green+Blue) = 220+205+230=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDE6 is #233219. Grayscale: #D4D4D4. Windows color (decimal): -2306586 or 15125980. OLE color: 15125980.

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

Color convert

RGB220205230-
CMYK0.040.1100.10
HSL276º33.33%85.29%-
HSV(B)276º10.87%90.2%-
XYZ65.6364.5983.87-
YUV212.34137.97133.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=33.59%
G=31.30%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202052300.040.1100.1027633.3385.29
HexDCCDE64B0A1142155
Octal33431534641301242441125
Binary1101110011001101111001101001011010101000101001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDE6; }

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

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

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

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

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

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

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

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